From 3c4da67f2d2e668d2063c6536d549e1b369f72db Mon Sep 17 00:00:00 2001 From: s444501 Date: Sun, 1 May 2022 17:51:47 +0200 Subject: [PATCH] . --- eval.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eval.py b/eval.py index 22fd9a9..4077c34 100644 --- a/eval.py +++ b/eval.py @@ -29,6 +29,7 @@ eval_results = { filename = 'eval_results.json' if not os.path.exists(filename): + print('No previous evaluation?') with open(filename, 'w') as file: json.dump({'eval_results': []}, file, indent=2)