Skip to content

Commit

Permalink
Merge pull request #515 from vatsal-j/issue-514
Browse files Browse the repository at this point in the history
Issue #514 - ait-create-dirs uses call to old method name
  • Loading branch information
MJJoyce authored Jan 29, 2024
2 parents ffd7383 + adb6a6a commit 212ef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ait/core/bin/ait_create_dirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def main():

if options.timedelta:
ait.config._datetime = time.strptime(
dmc.getUTCDatetimeDOY(days=options.timedelta), dmc.DOY_Format
dmc.get_utc_datetime_doy(days=options.timedelta), dmc.DOY_Format
)

pathvars["year"] = ait.config._datetime.tm_year
Expand Down

0 comments on commit 212ef0e

Please sign in to comment.