Listening now correctly works

This commit is contained in:
Jaime van Kessel 2015-03-31 11:27:44 +02:00
parent 3fa02d3710
commit bd651c6bcb
4 changed files with 14 additions and 16 deletions

View file

@ -56,7 +56,7 @@ class IspBase():
"""
raise IspError("Called undefined verifyFlash")
class IspError():
class IspError(BaseException):
def __init__(self, value):
self.value = value
def __str__(self):