mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
make sure we don't try to send the queues when bundling deck
This commit is contained in:
parent
bef86bdbf3
commit
0b07707e68
1 changed files with 4 additions and 0 deletions
|
@ -626,6 +626,10 @@ values
|
||||||
del d['path']
|
del d['path']
|
||||||
del d['syncName']
|
del d['syncName']
|
||||||
del d['version']
|
del d['version']
|
||||||
|
if 'newQueue' in d:
|
||||||
|
del d['newQueue']
|
||||||
|
del d['failedQueue']
|
||||||
|
del d['revQueue']
|
||||||
# these may be deleted before bundling
|
# these may be deleted before bundling
|
||||||
if 'css' in d: del d['css']
|
if 'css' in d: del d['css']
|
||||||
if 'models' in d: del d['models']
|
if 'models' in d: del d['models']
|
||||||
|
|
Loading…
Reference in a new issue