mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
elaborate on debug msg
This commit is contained in:
parent
1293520c33
commit
255deb9e9e
1 changed files with 2 additions and 1 deletions
|
@ -335,7 +335,8 @@ limit %d""" % (self.newOrder(), self.queueLimit)), lim=self.dueCutoff)
|
|||
self.revQueue.pop()
|
||||
except:
|
||||
raise Exception("""\
|
||||
requeueCard() failed.
|
||||
requeueCard() failed. Please report this along with the steps you take to
|
||||
produce the problem.
|
||||
|
||||
Counts %d %d %d
|
||||
Queue %d %d %d
|
||||
|
|
Loading…
Reference in a new issue