Skip to content

Commit

Permalink
uncommenting submission line
Browse files Browse the repository at this point in the history
  • Loading branch information
dmajumder committed Oct 13, 2016
1 parent efd297c commit dc6e77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/submit_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def submit(config):
p = Process(target=submit, args=(config,))
p.start()
p.join()
#submit(config)
submit(config)
except :
print 'Not submitted.'

Expand Down

0 comments on commit dc6e77a

Please sign in to comment.