Changeset 2a9faed in ammosreader for ammosreader/AmmosIFDataBody.py


Ignore:
Timestamp:
06/29/22 16:12:34 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
a81ab76
Parents:
4455f2b
Message:

more fixes to ensure proper IF data frame processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/AmmosIFDataBody.py

    r4455f2b r2a9faed  
    2222    @property
    2323    def data(self):
    24         b"".join([each.data for each in self.data_blocks])
     24        return b"".join([each.data for each in self.data_blocks])
Note: See TracChangeset for help on using the changeset viewer.