Skip to content

Commit

Permalink
PEP8 cleanup cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 8, 2020
1 parent 59d8c9e commit 5e495c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payu/subcommands/collate_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
title = 'collate'
parameters = {'description': 'Collate tiled output into single output files'}

arguments = [args.model, args.config, args.initial, args.laboratory,
arguments = [args.model, args.config, args.initial, args.laboratory,
args.dir_path]


Expand Down
2 changes: 1 addition & 1 deletion test/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_setup():
assert((workdir/'input_00{i}.bin'.format(i=i)).stat().st_size
== 1000**2 + i)

with pytest.raises(SystemExit,
with pytest.raises(SystemExit,
match="work path already exists") as setup_error:
payu_setup(lab_path=str(labdir), sweep=False, force=False)
assert setup_error.type == SystemExit
Expand Down

0 comments on commit 5e495c9

Please sign in to comment.