Skip to content

Commit

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

def test_systemz_mapping(self):
with self.mutex:
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 483ab77

Please sign in to comment.