Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2023
1 parent 47da701 commit 1c65c5b
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 1c65c5b

Please sign in to comment.