Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Nov 29, 2023
1 parent 4da371a commit 827181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_exe_reproduce():

assert(manifests == get_manifests(ctrldir/'manifests'))
assert((ctrldir / local_exe_path).exists())
assert(Path(manifests['exe.yaml'][local_exe_path]['fullpath']) ==
assert(Path(manifests['exe.yaml'][local_exe_path]['fullpath']) ==
(ctrldir / local_exe_path).resolve())

bindir = labdir / 'bin'
Expand Down

0 comments on commit 827181a

Please sign in to comment.