Skip to content

Commit

Permalink
Merge pull request #1065 from sbillinge/exemplars
Browse files Browse the repository at this point in the history
Exemplars
  • Loading branch information
sbillinge committed Apr 27, 2024
2 parents 53957d3 + dc65104 commit 697dc22
Show file tree
Hide file tree
Showing 10 changed files with 2,225 additions and 2,265 deletions.
2 changes: 1 addition & 1 deletion regolith/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def is_current(thing, now=None):
True if the thing is current and false otherwise
"""
if not now:
if now is None:
now = datetime.date.today()
dates = get_dates(thing)
current = False
Expand Down
Loading

0 comments on commit 697dc22

Please sign in to comment.