Skip to content

Commit 02abb2f

Browse files
jan-janssendan-blanchard
authored andcommitted
Update example.py
Updated the commented print statements for consistency.
1 parent bba8717 commit 02abb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def init_job_template(jt, path, args, as_bulk_job):
1919
jt.args = args
2020
jt.joinFiles=True
2121
# jt.startTime=datetime.now()
22-
# print "start time is: ", jt.startTime
22+
# print("start time is: ", jt.startTime)
2323
if as_bulk_job:
2424
jt.outputPath=OPATH+'.'+drmaa.JobTemplate.PARAMETRIC_INDEX
2525
else:

0 commit comments

Comments
 (0)