Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Jan 31, 2025
1 parent 23310df commit 2db75f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnssrefl/ymd.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def main():
month = args.month
day = args.day

w = 0

if (month > 13) or (month < 1):
print('Illegal month', month); sys.exit()
if (day > 31) or (day< 1):
Expand Down

0 comments on commit 2db75f2

Please sign in to comment.