Skip to content

Commit

Permalink
Review change.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Apr 2, 2024
1 parent 922d32e commit dc621c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/_representation/cube_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __init__(self, cube, coord):
safe_to_print = True

if safe_to_print:
coord_cell = coord_cell = coord.cell(0)
coord_cell = coord.cell(0)
else:
coord_cell = None

Expand Down

0 comments on commit dc621c7

Please sign in to comment.