Skip to content
Snippets Groups Projects
Commit c6a8e026 authored by Florian Fischer's avatar Florian Fischer
Browse files

always output if we retrieve aqn artifact

parent 15ff4cfc
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import os
import subprocess
import src.globalvars
from src.util import print_info, print_debug, sha1sum
from src.util import print_status, print_info, print_debug, sha1sum
ARTIFACT_STORE_DIR = os.path.join(src.globalvars.allocbenchdir, "cache")
......@@ -47,7 +47,7 @@ class Artifact:
"""Run cmd to retrieve the artifact"""
os.makedirs(self.basedir, exist_ok=True)
print_info(f'Retrieving artifact "{self.name}"')
print_status(f'Retrieving artifact "{self.name}" ...')
print_debug(f"By running: {cmd} in {self.basedir}")
proc = subprocess.run(
cmd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment