some little improvements

This commit is contained in:
Bastian Schroll 2018-02-03 22:32:28 +01:00
parent 4f72691c65
commit fd501c23dc
7 changed files with 15 additions and 13 deletions

View file

@ -36,7 +36,7 @@ class Packet:
logging.debug("create bwPacket from string")
try:
self._packet = eval(str(bwPacket.strip()))
except:
except: # pragma: no cover
# todo can we repair the packet anyway?
logging.exception("error while create packet from string")