Skip to content

Commit 95c8806

Browse files
committed
Merge branch 'dev_0.9.2' into dev_0.9.3
2 parents 1e9332b + 4f969db commit 95c8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master_openworm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def execute_with_realtime_output(command, directory, env=None):
100100

101101
if p.returncode!=0:
102102
print('Exiting as the last command failed')
103-
#exit(p.returncode)
103+
exit(p.returncode)
104104

105105

106106

0 commit comments

Comments
 (0)