Skip to content

Commit 551d12c

Browse files
committed
Use default worm_crawl_half_resolution
1 parent 2b19881 commit 551d12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

master_openworm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def execute_with_realtime_output(command, directory, env=None):
8484
sim_duration = float(os.environ["DURATION"])
8585

8686
noc302 = False
87+
configuration = "worm_crawl_half_resolution"
8788
if "CONFIGURATION" in os.environ:
8889
configuration = os.environ["CONFIGURATION"]
8990
noc302 = "worm" not in configuration
@@ -147,7 +148,7 @@ def execute_with_realtime_output(command, directory, env=None):
147148
command += " -noc302"
148149

149150
execute_with_realtime_output(command, os.environ["SIBERNETIC_HOME"], env=my_env)
150-
151+
151152
except KeyboardInterrupt:
152153
pass
153154

0 commit comments

Comments
 (0)