edit decoder tests

This commit is contained in:
Bastian Schroll 2018-09-09 16:23:09 +02:00
parent a1e1be6275
commit a6542f0b63
2 changed files with 40 additions and 49 deletions

View file

@ -37,4 +37,4 @@ def decode(data):
return ZveiDecoder.decode(data)
else:
logging.error("no decoder found for: %s", data)
return False
return None