Skip to content
Snippets Groups Projects
Commit e8c6165e7175 authored by Boris Feld's avatar Boris Feld
Browse files

update-benchrepo: show the name of the new archive filepath

parent 1af4d5b08ad3
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
new_tar_file.add(benchrepo_path, arcname=repo_details)
# And finally overwrite the original tar in place
print("Overwriting the original archive")
print("Writing the new reference tar as %s" % repo_tarball)
new_archive_path = join(dirname(reference_archive_path), repo_tarball)
shutil.move(tmp_archive_path, new_archive_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment