Skip to content

Commit

Permalink
Codestyle fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Aug 15, 2018
1 parent ac9466d commit 2649ed1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/iris/fileformats/pp_save_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@ def _general_time_rules(cube, pp):
cm.intervals[0].endswith('hour')):
pp.lbtim.ia = int(cm.intervals[0][:-5])

elif ('clim_season' in cube.cell_methods[-1].coord_names
and fp_coord is not None and fp_coord.has_bounds()):
elif ('clim_season' in cube.cell_methods[-1].coord_names and
fp_coord is not None and fp_coord.has_bounds()):

# Climatological time means.
if lower_bound_yr == upper_bound_yr:
# Climatological time mean - single year.
Expand Down

0 comments on commit 2649ed1

Please sign in to comment.