Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 10, 2020
1 parent 0f3daa3 commit 0af3e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDL/runtime/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def _run(
[
"wdl",
str(os.getpid()),
socket.gethostname()[:12],
os.environ.get("AWS_BATCH_JOB_ID", socket.gethostname())[:12],
str(SwarmContainer._id_counter.next()),
self.run_id,
]
Expand Down

0 comments on commit 0af3e3e

Please sign in to comment.