Skip to content

Commit

Permalink
Include the python executable in the logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jan 22, 2018
1 parent e2fa987 commit 1a0c0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pull_into_place/big_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def print_debug_info():

print "Date:", datetime.now()
print "Host:", gethostname()
print "Python:", sys.executable or 'unknown!'
print "Command: JOB_ID={0[JOB_ID]} SGE_TASK_ID={0[SGE_TASK_ID]} {1}".format(
os.environ, ' '.join(sys.argv))
print
Expand Down

0 comments on commit 1a0c0b6

Please sign in to comment.