aboutsummaryrefslogtreecommitdiff
path: root/summarize.py
diff options
context:
space:
mode:
Diffstat (limited to 'summarize.py')
-rwxr-xr-xsummarize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/summarize.py b/summarize.py
index 2c1a27c..df5c464 100755
--- a/summarize.py
+++ b/summarize.py
@@ -208,7 +208,7 @@ def main():
allocbench.plots.latex_custom_preamble = args.latex_preamble
if not os.path.isdir(args.results):
- logger.critical(f"%s is no directory", args.results)
+ logger.critical("%s is no directory", args.results)
sys.exit(1)
set_current_result_dir(args.results)