Skip to content

Commit

Permalink
Remove unnecessary declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Sep 17, 2024
1 parent 6b19ae6 commit a940946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/rocoto/gfs_forecast_only_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def get_cycledefs(self):
strings.append(f'\t<cycledef group="gfs">{sdate.strftime("%Y%m%d%H%M")} {edate.strftime("%Y%m%d%H%M")} {timedelta_to_HMS(interval)}</cycledef>')

date2 = sdate + interval
date2_str = date2.strftime("%Y%m%d%H%M")
if date2 <= edate:
strings.append(f'\t<cycledef group="gfs_seq">{date2.strftime("%Y%m%d%H%M")} {edate.strftime("%Y%m%d%H%M")} {timedelta_to_HMS(interval)}</cycledef>')

Expand Down

0 comments on commit a940946

Please sign in to comment.