Skip to content

Commit

Permalink
Merge branch 'from-stream-to-file' into abstract-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Aug 2, 2021
2 parents 24bc5de + ccbf9ca commit 622c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgrib/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def itervalues(self) -> T.Iterator[Message]:
LOG.exception("skipping corrupted Message")

def __iter__(self) -> T.Iterator[T.Tuple[OffsetType, Message]]:
# assumes MULTI-FIELD support in self.values()
# assumes MULTI-FIELD support in self.itervalues()
old_offset = -1
count = 0
for message in self.itervalues():
Expand Down

0 comments on commit 622c57f

Please sign in to comment.