Skip to content

Commit

Permalink
docs: clarify default last checked date decision
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed May 8, 2024
1 parent 2cfce47 commit a2a0455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sweeper/workspace_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def get_change_detection():
if checked_date:
checked_string = datetime.datetime.strptime(checked_date, "%Y-%m-%d")
else:
#: this was a deliberate choice so that the first time sweeper is run, it won't processes all tables
checked_string = datetime.date.today()

last_checked = checked_string.strftime("%m/%d/%Y")
Expand Down

0 comments on commit a2a0455

Please sign in to comment.