Skip to content

Commit 0d23416

Browse files
committed
turn on shared fs
1 parent 056f517 commit 0d23416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/tests/configs/taskvine_ex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77

88
def fresh_config():
9-
return Config(executors=[TaskVineExecutor(manager_config=TaskVineManagerConfig(port=9000),
9+
return Config(executors=[TaskVineExecutor(manager_config=TaskVineManagerConfig(port=9000, shared_fs=True),
1010
worker_launch_method='factory')])

0 commit comments

Comments
 (0)