fix: revert check argument of subprocess.run as the return code is already checked below

This commit is contained in:
Umut
2021-09-17 10:30:40 +03:00
parent 15aeb35529
commit a7d0b87408

View File

@@ -182,7 +182,7 @@ def perform_measurements(script, script_without_extension, target_id, metrics, s
process = subprocess.run(
["python", f"{script_without_extension}.measure.py"],
capture_output=True,
check=True,
check=False,
)
# Print sample information