Skip to content

Commit

Permalink
fix minor bug in logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Dec 3, 2019
1 parent 23d2ee8 commit 7b78613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flarestack/cluster/make_desy_cluster_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def make_desy_submit_file(ram_per_core="6.0G"):
'cp $TMPDIR/${JOB_ID}_stdout.txt ' + log_dir + '\n'\
'cp $TMPDIR/${JOB_ID}_stderr.txt ' + log_dir + '\n '

logging.info("Creating file at", submit_file)
logging.info("Creating file at {0}".format(submit_file))

with open(submit_file, "w") as f:
f.write(text)
Expand Down

0 comments on commit 7b78613

Please sign in to comment.