From af5e60dffa1925fe42e548eaf0d0558a73e06673 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 16 Jan 2020 12:45:48 +1000 Subject: [PATCH] fix formatting --- qt/aqt/customstudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/customstudy.py b/qt/aqt/customstudy.py index dce9b9dde..8416fd212 100644 --- a/qt/aqt/customstudy.py +++ b/qt/aqt/customstudy.py @@ -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)