Merge pull request #795 from abdnh/reviewer-cleanup

Set card to None in reviewer cleanup
This commit is contained in:
Damien Elmes 2020-10-21 21:19:43 +10:00 committed by GitHub
commit 669769a5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ class Reviewer:
def cleanup(self) -> None:
gui_hooks.reviewer_will_end()
self.card = None
# Fetching a card
##########################################################################