Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Sep 1, 2024
1 parent 4609360 commit e2a7803
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions suite/auto-sync/src/autosync/Tests/test_mcupdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ def test_no_symbol_tests(self):
)

def test_systemz_mapping(self):
out_dir = Path(
get_path("{MCUPDATER_TEST_OUT_DIR}").joinpath("mode_mapping/")
)
out_dir = Path(get_path("{MCUPDATER_TEST_OUT_DIR}").joinpath("mode_mapping/"))
if not out_dir.exists():
out_dir.mkdir(parents=True)
for file in out_dir.iterdir():
Expand Down

0 comments on commit e2a7803

Please sign in to comment.