Skip to content

Commit

Permalink
Update makehtml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Jun 28, 2021
1 parent 4ee758d commit 3c1df22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makehtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3c1df22

Please sign in to comment.