Skip to content

Commit

Permalink
Flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Feb 16, 2024
1 parent 74a45e6 commit 309bc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv2bufr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def as_bufr(self, use_cached: bool = False) -> bytes:
"inputDelayedDescriptorReplicationFactor",
self.delayed_replications)
except Exception as e:
msg = "Error ({e}) setting inputDelayedDescriptorReplicationFactor" # noqa
msg = f"Error ({e}) setting inputDelayedDescriptorReplicationFactor" # noqa
raise RuntimeError(msg)
# ============================
# iterate over keys and encode
Expand Down

0 comments on commit 309bc38

Please sign in to comment.