mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:12:35 +02:00
...
This commit is contained in:
parent
165c8471ea
commit
cd1b5eb3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def __init__(self, msg=None):
|
|||
|
||||
class UserFeedback(DeviceError):
|
||||
INFO = 0
|
||||
WARN = 1
|
||||
WARN = WARNING = 1
|
||||
ERROR = 2
|
||||
|
||||
def __init__(self, msg, details, level):
|
||||
|
|
|
|||
Loading…
Reference in a new issue