Skip to content

Commit

Permalink
flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Oct 16, 2024
1 parent b8d762a commit 851c098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csv2bufr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,12 @@ def as_bufr(self, use_cached: bool = False) -> bytes:
if len(self.extended_delayed_replications) > 0:
try:
codes_set_array(bufr_msg,
"inputExtendedDelayedDescriptorReplicationFactor",
"inputExtendedDelayedDescriptorReplicationFactor", # noqa
self.extended_delayed_replications)
except Exception as e:
msg = f"Error ({e}) setting inputExtendedDelayedDescriptorReplicationFactor" # noqa
raise RuntimeError(msg)


# ============================
# iterate over keys and encode
# ============================
Expand Down

0 comments on commit 851c098

Please sign in to comment.