mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
conditional delete of css
This commit is contained in:
parent
15763f8f3c
commit
2013e7e4ff
1 changed files with 1 additions and 1 deletions
|
@ -620,8 +620,8 @@ values
|
|||
del d['path']
|
||||
del d['syncName']
|
||||
del d['version']
|
||||
del d['css']
|
||||
# these may be deleted before bundling
|
||||
if 'css' in d: del d['css']
|
||||
if 'models' in d: del d['models']
|
||||
if 'currentModel' in d: del d['currentModel']
|
||||
keys = d.keys()
|
||||
|
|
Loading…
Reference in a new issue