summaryrefslogtreecommitdiff
path: root/tools/metrics.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/metrics.py')
-rwxr-xr-xtools/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/metrics.py b/tools/metrics.py
index 5f1560287..ffc20befe 100755
--- a/tools/metrics.py
+++ b/tools/metrics.py
@@ -78,7 +78,7 @@ def syscmd(*args):
a2.append(a)
elif a:
a2.extend(a)
- subprocess.run(a2)
+ subprocess.check_call(a2)
def parse_port_list(args):