From 3c1df22805f93f3ced0fcdedb0dc9b38f9329b32 Mon Sep 17 00:00:00 2001 From: Claude Pageau Date: Sun, 27 Jun 2021 22:24:39 -0400 Subject: [PATCH] Update makehtml.py --- makehtml.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makehtml.py b/makehtml.py index d745eb5..5f61c64 100644 --- a/makehtml.py +++ b/makehtml.py @@ -38,9 +38,10 @@ # ------- End of User Variable Settings ------- if not os.path.exists(SOURCE_CSV_PATH): - print('%s File Does Not Exist. Please set') + print('%s File Does Not Exist. Please set' % SOURCE_CSV_PATH) print('config.py variable log_data_to_CSV = True') - print('Restart speed-cam.py and allow time to collect data') + print('Restart speed-cam.py and allow time to collect data,') + print('then rerun makehtml.py') sys.exit(1) if not os.path.isdir(WEB_HTML_DIR):