Skip to content

Commit

Permalink
Update platform_deps.py (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
trygveasp authored Dec 8, 2023
1 parent 69794eb commit 9410429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pysurfex/platform_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ def parse_setting(
setting = str(setting).replace(
f"{micro}YYYY_LL{micro}", validtime.strftime("%Y")
)
setting = str(setting).replace(
f"{micro}YY_LL{micro}", validtime.strftime("%y")
)
setting = str(setting).replace(
f"{micro}MM_LL{micro}", validtime.strftime("%m")
)
Expand Down

0 comments on commit 9410429

Please sign in to comment.