mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix deck rename exception
This commit is contained in:
parent
2b60c92f99
commit
140cc82a43
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ class DeckRenameError(Exception):
|
|||
def __init__(self, description):
|
||||
self.description = description
|
||||
def __str__(self):
|
||||
return "Couldn't rename deck: " + description
|
||||
return "Couldn't rename deck: " + self.description
|
||||
|
|
Loading…
Reference in a new issue