Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 21, 2023
1 parent 7047ce7 commit b141b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def set_attributes_time(self):
return self

def set_attributes_int2lm(self):
self.inidate_int2lm_yyyymmddhh = (self.startdate +
timedelta(hours=self.hstart)).strftime('%Y%m%d%H')
self.inidate_int2lm_yyyymmddhh = (
self.startdate + timedelta(hours=self.hstart)).strftime('%Y%m%d%H')
# int2lm processing always starts at hstart=0 and we modify inidate instead
self.hstart_int2lm = 0
self.hstop_int2lm = self.forecasttime
Expand Down

0 comments on commit b141b4d

Please sign in to comment.