Changeset dc38d9b in ammosreader
- Timestamp:
- 05/18/23 17:37:18 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- f0b2b1a
- Parents:
- eb4459c
- Location:
- ammosreader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/PDW.py
reb4459c rdc38d9b 24 24 :rtype: PDW 25 25 """ 26 27 logger.info("from bytes") 26 28 if (len(byte_string) != 32): 27 29 logger.error("Byte count invalid") -
ammosreader/__init__.py
reb4459c rdc38d9b 25 25 logger = logging.getLogger(__name__) 26 26 27 logger.warning("Text")
Note:
See TracChangeset
for help on using the changeset viewer.