Skip to content
Snippets Groups Projects
Commit c5933d1e authored by Mai Huong Do's avatar Mai Huong Do
Browse files

declare str of arg

parent 5cb1c85f
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ def main():
print(f"Running measure.py with config: {config_file}")
try:
subprocess.run(
["python3", "measure.py", "-c", config_file, "-x", args.suffix, "-r", args.repeat],
["python3", "measure.py", "-c", config_file, "-x", args.suffix, "-r", str(args.repeat)],
check=True
)
except subprocess.CalledProcessError as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment