Changes in ammosreader/PPDWReader.py [e4e63a3:19ee734] in ammosreader


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/PPDWReader.py

    re4e63a3 r19ee734  
    2323                    break
    2424                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')
    2626                    break
    2727                self.container.add(PDW.from_bytes(current_bytes))
Note: See TracChangeset for help on using the changeset viewer.