We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdec632 commit f1f0e46Copy full SHA for f1f0e46
EQL-DIV-ICML-Python3/createjobs-f1.py
@@ -63,7 +63,7 @@
63
64
SUBMIT.close()
65
os.chmod(submitfile,0755)
66
-print "Jobs:" , i
+print("Jobs:" , i)
67
68
with open("finished_" + name + ".sh",'w') as FINISHED:
69
FINISHED.write("#!/bin/bash\nset -e\n" +
0 commit comments