Skip to content

Commit 6df3514

Browse files
authored
fix timeout message (#1366)
1 parent 0e81100 commit 6df3514

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cwltool/job.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,7 @@ def _job_popen(
966966
def terminate(): # type: () -> None
967967
try:
968968
_logger.warning(
969-
"[job %s] exceeded time limit of %d seconds and will"
970-
"be terminated",
969+
"[job %s] exceeded time limit of %d seconds and will be terminated",
971970
name,
972971
timelimit,
973972
)

0 commit comments

Comments
 (0)