Skip to content

Commit dc6e77a

Browse files
committed
uncommenting submission line
1 parent efd297c commit dc6e77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/submit_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def submit(config):
138138
p = Process(target=submit, args=(config,))
139139
p.start()
140140
p.join()
141-
#submit(config)
141+
submit(config)
142142
except :
143143
print 'Not submitted.'
144144

0 commit comments

Comments
 (0)