mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Listening now correctly works
This commit is contained in:
parent
3fa02d3710
commit
bd651c6bcb
4 changed files with 14 additions and 16 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue