Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 19, 2020
1 parent c4684fc commit 5822a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payu/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def setup(self):

# Make symlink to executable in work directory
if self.exec_path:
# If have exe manifest this implies exe reproduce is True. Do not
# If have exe manifest this implies exe reproduce is True. Do not
# want to overwrite exe manifest in this case
if not self.expt.manifest.have_manifest['exe']:
# Add to exe manifest (this is always done so any change in exe
Expand Down
2 changes: 1 addition & 1 deletion test/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_exe_reproduce():
# Reset manifests "truth"
manifests = get_manifests(ctrldir/'manifests')

# Make exe in config.yaml unfindable by giving it a non-existent
# Make exe in config.yaml unfindable by giving it a non-existent
# path but crucially the same name as the proper executable
config['exe'] = '/bogus/test.exe'

Expand Down

0 comments on commit 5822a60

Please sign in to comment.