aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index bac5a59..697e0d0 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -360,7 +360,7 @@ class Benchmark:
try:
self.start_servers(alloc_name=alloc_name, alloc=alloc, env=env)
- except: Exception as e:
+ except Exception as e:
print_error(e)
print_error("Skipping", alloc_name)
skip=True