Skip to content

Commit 912dde8

Browse files
committed
fix: log message
1 parent 2bd8f92 commit 912dde8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/pipeline/plugins/slurm.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def _is_pending(self, taskid):
7474
in ['Socket timed out', 'not available at the moment']):
7575
# do not raise error and allow recheck
7676
logger.warning(
77-
"SLURM timeout encountered while checking job status,
78-
"treating job %d as pending", taskid
77+
"SLURM timeout encountered while checking job status,"
78+
" treating job %d as pending", taskid
7979
)
8080
return True
8181
if 'Invalid job id' not in str(e):

0 commit comments

Comments
 (0)