make sure we don't try to send the queues when bundling deck

This commit is contained in:
Damien Elmes 2011-01-13 07:55:39 +09:00
parent bef86bdbf3
commit 0b07707e68

View file

@ -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']