Skip to content

Commit

Permalink
Apply format string to fix set_bounds ref. in creation_commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Apr 7, 2022
1 parent 21090fe commit d0c9f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfdm/mixin/propertiesdatabounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def creation_commands(
header=False,
)
)
out.append("{name}.set_bounds({bounds_name})")
out.append(f"{name}.set_bounds({bounds_name})")

interior_ring = self.get_interior_ring(None)
if interior_ring is not None:
Expand Down

0 comments on commit d0c9f19

Please sign in to comment.