since we detect when deck is moved, it should be safe to allow upload in multimode

This commit is contained in:
Damien Elmes 2010-12-04 19:05:11 +09:00
parent 51fe1d802b
commit dd336fc7a7

View file

@ -148,9 +148,6 @@ sync was aborted. Please report this error.""")
# exists on server? # exists on server?
deckCreated = False deckCreated = False
if not proxy.hasDeck(syncName): if not proxy.hasDeck(syncName):
# multi-mode?
if deck:
return
if self.onlyMerge: if self.onlyMerge:
keys = [k for (k,v) in proxy.decks.items() if v[1] != -1] keys = [k for (k,v) in proxy.decks.items() if v[1] != -1]
self.emit(SIGNAL("noMatchingDeck"), keys) self.emit(SIGNAL("noMatchingDeck"), keys)