Commit 468e1c4a authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo in script

parent fcecb75e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()