We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd8f92 commit 912dde8Copy full SHA for 912dde8
nipype/pipeline/plugins/slurm.py
@@ -74,8 +74,8 @@ def _is_pending(self, taskid):
74
in ['Socket timed out', 'not available at the moment']):
75
# do not raise error and allow recheck
76
logger.warning(
77
- "SLURM timeout encountered while checking job status,
78
- "treating job %d as pending", taskid
+ "SLURM timeout encountered while checking job status,"
+ " treating job %d as pending", taskid
79
)
80
return True
81
if 'Invalid job id' not in str(e):
0 commit comments