Skip to content

Commit f1f0e46

Browse files
authored
made print statement python 3 compatible
1 parent cdec632 commit f1f0e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EQL-DIV-ICML-Python3/createjobs-f1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
SUBMIT.close()
6565
os.chmod(submitfile,0755)
66-
print "Jobs:" , i
66+
print("Jobs:" , i)
6767

6868
with open("finished_" + name + ".sh",'w') as FINISHED:
6969
FINISHED.write("#!/bin/bash\nset -e\n" +

0 commit comments

Comments
 (0)