Skip to content

Commit

Permalink
try other safe_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Aug 21, 2023
1 parent 5048487 commit 8671200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class P:

SYS_PREFIX = sys.prefix if C.CI or C.DEMO_IN_BINDER else str(DEV_PREFIX)
SAFE_PATHS = [
str(ROOT),
ROOT.as_posix(),
*([str(SYS_PREFIX)] if C.CI or C.DEMO_IN_BINDER else []),
]

Expand Down

0 comments on commit 8671200

Please sign in to comment.