Skip to content

Commit

Permalink
Log message improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
sjefferson99 committed Aug 29, 2023
1 parent 7030f94 commit 064a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enviro/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def uk_bst():
if bst_timestamps[year]["start"] < ts and bst_timestamps[year]["end"] > ts:
bst = True
else:
logging.warn(f"> Provided year is not in BST lookup dictionary: {year}")
logging.warn(f"> Current year is not in BST lookup dictionary: {year}")
return bst


Expand Down

0 comments on commit 064a344

Please sign in to comment.