mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix formatting
This commit is contained in:
parent
4c0b7d37c9
commit
af5e60dffa
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class CustomStudy(QDialog):
|
|||
def reject(self) -> None:
|
||||
if self.created_custom_study:
|
||||
# set the original deck back to current
|
||||
self.mw.col.decks.select(self.deck['id'])
|
||||
self.mw.col.decks.select(self.deck["id"])
|
||||
# fixme: clean up the empty custom study deck
|
||||
QDialog.reject(self)
|
||||
|
||||
|
|
Loading…
Reference in a new issue