Skip to content

Commit

Permalink
Merge pull request #43 from pafernanr/devel
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
pafernanr authored May 14, 2024
2 parents 03e3ef7 + 47da084 commit c240bb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sarcharts/lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ def valid_date(args, d):

def in_date_range(args, d):
d = valid_date(args, d)
print(args.fromdate)
if d >= args.fromdate and d <= args.todate:
print("si")
return True
else:
print("no")
return False

0 comments on commit c240bb8

Please sign in to comment.