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 20, 2023
1 parent f3039e6 commit 70f6fc9
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 @@ -61,7 +61,8 @@ def main(starttime, hstart, hstop, cfg, model_cfg):
# Copy icon executable
cfg.print_config()
execname = 'icon.exe'
tools.copy_file(cfg.icon_binary_file, os.path.join(cfg.icon_work, execname))
tools.copy_file(cfg.icon_binary_file, os.path.join(cfg.icon_work,
execname))

# Get name of initial file
if hasattr(cfg, 'inicond_filename'):
Expand Down

0 comments on commit 70f6fc9

Please sign in to comment.