mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
some little improvements
This commit is contained in:
parent
4f72691c65
commit
fd501c23dc
7 changed files with 15 additions and 13 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue