Commit 0196b5df authored by Jan Kiene's avatar Jan Kiene
Browse files

replace subfolder name for noPLC log file copying

parent 8a9b8ecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ def collect_for_sanitizer_test(file):
    for test, files in files_to_archive_noPLC.items():
        folder = log_folder_noPLC.joinpath(test)
        for p in files:
            source = pathlib.Path(p)
            source = pathlib.Path(p.replace("/logs/", "/logs_noPLC/"))
            target = folder.joinpath(source.name)
            source.rename(target)