Changeset 7bc034f in ammosreader for scripts


Ignore:
Timestamp:
08/14/23 13:59:36 (22 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
6da9b03
Parents:
0b489f2
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/pdw_reader.py

    r0b489f2 r7bc034f  
    2424            current_pdw = PDW.from_bytes(current_bytes)
    2525            print(current_pdw)
     26
     27if __name__ == '__main__':
     28        main()
Note: See TracChangeset for help on using the changeset viewer.