Commit beb5cb35 authored by Jan Kiene's avatar Jan Kiene
Browse files

add debug printout

parent 07c2b68e
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ def get_artifacts_for_jobs_and_return_num_failed(

                    for artifact in tmp_dir.iterdir():
                        # this is only needed until the new naming of the csv files is on main
                        print(artifact)
                        if project_id == PROJECT_ID_BASOP_REPO:
                            tmp_dir.joinpath(artifact).rename(
                                PUBLIC_FOLDER.joinpath(artifact.name + f"-id_{job_id}")