Changes in ammosreader/PPDWReader.py [e4e63a3:19ee734] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/PPDWReader.py
re4e63a3 r19ee734 23 23 break 24 24 if self.cursor + 32 >= len(self.content): 25 # print('Can not read all 32 bytes of next PDW . EOF')25 # print('Can not read all 32 bytes of next PDW') 26 26 break 27 27 self.container.add(PDW.from_bytes(current_bytes))
Note:
See TracChangeset
for help on using the changeset viewer.