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 5fe79f7..4eeede3 100755
--- a/bench.py
+++ b/bench.py
@@ -85,7 +85,7 @@ def main():
old_cwd = os.getcwd()
os.chdir(resdir)
- if args.save:
+ if args.save or args.nosum:
bench.save()
if not args.nosum and not (args.runs < 1 and not args.load):