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)