Skip to content

Commit

Permalink
Merge branch 'async' of github.com:C2SM/processing-chain into async
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Dec 21, 2023
2 parents b0dd12a + 1c65c5b commit d2df141
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def run_chunk(cfg, force, resume):
getattr(jobs, job).main(cfg)
job_end_time = datetime.now()
job_duration = job_end_time - job_launch_time
cfg.log_job_status(job, 'FINISH', job_end_time,
job_duration)
cfg.log_job_status(job, 'FINISH', job_end_time, job_duration)
shutil.copy(logfile, logfile_finish)

# wait for previous chunk to be done
Expand Down

0 comments on commit d2df141

Please sign in to comment.