fix formatting
This commit is contained in:
parent
4c0b7d37c9
commit
af5e60dffa
@ -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 New Issue
Block a user