Changeset 72b50cd in ammosreader for ammosreader/AmmosAudioReader.py


Ignore:
Timestamp:
06/28/22 13:11:17 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
6059ec7
Parents:
57c81ef
Message:

size() method for AmmosContainer fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/AmmosAudioReader.py

    r57c81ef r72b50cd  
    145145            print("Can not read all", total, "bytes of data body")
    146146            return None
    147         print([hex(c) for c in byte_string])
     147        # print([hex(c) for c in byte_string])
    148148        return byte_string
    149149
Note: See TracChangeset for help on using the changeset viewer.