Skip to content

Commit

Permalink
Fix coding style issue - test_psyclone_system_test.py:180:1: W293 bla…
Browse files Browse the repository at this point in the history
…nk line contains whitespace
  • Loading branch information
Junwei Lyu committed Mar 22, 2024
1 parent e8130ac commit abb01d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/psyclone/test_psyclone_system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_run(self, config):
self.steps(config)
assert all(list(config.prebuild_folder.glob(f)) != [] for f in expect_prebuild_files)
assert all(list(config.build_output.glob(f)) != [] for f in expect_build_files)

def test_prebuild(self, tmp_path, config):
with config:
self.steps(config)
Expand Down

0 comments on commit abb01d1

Please sign in to comment.