guiStartCardTimer - ensure consistent output in case of failure

This commit is contained in:
Charles Henry 2017-08-16 13:09:48 +01:00
parent 82636b024a
commit c6cad9420c

View File

@ -640,7 +640,8 @@ class AnkiBridge:
if card is not None: if card is not None:
card.startTimer() card.startTimer()
return True return True
else:
return False
def guiShowQuestion(self): def guiShowQuestion(self):
if self.guiReviewActive(): if self.guiReviewActive():