Skip to content

Commit c5f03c9

Browse files
committed
Changed working dir default
1 parent 0fb137f commit c5f03c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepcave/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
root = os.getcwd()
55
cache_dir = os.path.join(root, "cache") # user_cache_dir("deepcave")
6-
working_dir = os.path.join(root, "logs")
6+
working_dir = os.path.join(root, "examples", "logs", "DeepCAVE")
77

88

99
# General information to start services

0 commit comments

Comments
 (0)