Skip to content

Commit

Permalink
improve messages when task fails to bootstrap (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored May 4, 2022
1 parent fac67f5 commit 16de94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CRABClient/Commands/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __call__(self):
# If we didn't find a webdir in the DB and the DAG is held,
# the task bootstrapping failed before or during the webdir
# upload and the reason should be printed.
failureMsg = "The task failed to bootstrap on the Grid scheduler."
failureMsg = "The task failed to bootstrap on the Grid scheduler. Crab resubmit will not work."
failureMsg += " Please send an e-mail to %s." % (FEEDBACKMAIL)
failureMsg += "\nHold reason: %s" % (res['DagmanHoldReason'])
self.logger.info(failureMsg)
Expand Down

0 comments on commit 16de94d

Please sign in to comment.