Skip to content

Commit

Permalink
Merge branch 'resume' of github.com:C2SM/processing-chain into resume
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Nov 3, 2023
2 parents afe86a0 + 10e86fa commit c2cd4e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ def parse_arguments():
type=int,
default=1)

resume_help = ("Resume the processing chain by restarting the last unfinished job."
" WARNING: Only the logfile gets deleted,"
" other effects of a given job (copied files etc.)"
" are simply overwritten. This may cause errors.")
resume_help = (
"Resume the processing chain by restarting the last unfinished job."
" WARNING: Only the logfile gets deleted,"
" other effects of a given job (copied files etc.)"
" are simply overwritten. This may cause errors.")
parser.add_argument("-r",
"--resume",
help=resume_help,
Expand Down

0 comments on commit c2cd4e8

Please sign in to comment.