mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
enable scheduling-inclusive exports from 2.1
This commit is contained in:
parent
3b5f8fec4c
commit
15a9a6005e
1 changed files with 0 additions and 3 deletions
|
@ -297,9 +297,6 @@ class AnkiPackageExporter(AnkiExporter):
|
|||
if not self._v2sched:
|
||||
z.write(colfile, "collection.anki2")
|
||||
else:
|
||||
# fixme: remove in the future
|
||||
raise Exception("Please switch to the normal scheduler before exporting a single deck with scheduling information.")
|
||||
|
||||
# prevent older clients from accessing
|
||||
# pylint: disable=unreachable
|
||||
self._addDummyCollection(z)
|
||||
|
|
Loading…
Reference in a new issue