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 Oct 24, 2023
1 parent 07582e3 commit 1bb6697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def main(starttime, hstart, hstop, cfg, model_cfg):
starttime_real = starttime + timedelta(hours=hstart)
inidata_filename = os.path.join(
cfg.icon_input_icbc,
starttime_real.strftime(cfg.meteo['prefix'] + cfg.meteo['nameformat']) + '.nc')
starttime_real.strftime(cfg.meteo['prefix'] +
cfg.meteo['nameformat']) + '.nc')

# Write run script (run_icon.job)
icon_runjob = os.path.join(cfg.case_path, cfg.icon_runjob_filename)
Expand Down

0 comments on commit 1bb6697

Please sign in to comment.