Loading ci/run_scheduled_sanitizer_test.py +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True) fi.unlink() for fol in folders_to_backup: path = pathlib.Path(t).joinpath(fol) new_name = path.Path(str(path) + "_noPLC") new_name = pathlib.Path(str(path) + "_noPLC") path.rename(new_name) # need empty log folder to avoid crashes path.mkdir() Loading Loading
ci/run_scheduled_sanitizer_test.py +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ def run_check(modes: list, out_formats: list, tests: list, run_fec: bool = True) fi.unlink() for fol in folders_to_backup: path = pathlib.Path(t).joinpath(fol) new_name = path.Path(str(path) + "_noPLC") new_name = pathlib.Path(str(path) + "_noPLC") path.rename(new_name) # need empty log folder to avoid crashes path.mkdir() Loading