Commit 9a4f2c35 authored by Jan Kiene's avatar Jan Kiene
Browse files

add correct suffix everywhere

parent 513d2459
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ def get_artifacts_for_jobs_and_return_num_failed(
                        # this is only needed until the new naming of the csv files is on main
                        print(artifact)
                        if project_id == PROJECT_ID_BASOP_REPO:
                            name_with_id = artifact.stem + f"-id_{job_id}.csv"
                            name_with_id = artifact.stem + f"-id_{job_id}" + artifact.suffix
                            tmp_dir.joinpath(artifact).rename(
                                PUBLIC_FOLDER.joinpath(name_with_id)
                            )