aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 8c7ed51..17e9b0a 100755
--- a/bench.py
+++ b/bench.py
@@ -39,7 +39,7 @@ def main():
if args.save:
bench.save()
- if args.nosum:
+ if not args.nosum:
print("Summarizing", bench.name)
bench.summary()