From dd336fc7a7938eaa03b283b967b49bfb9b59e30a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 4 Dec 2010 19:05:11 +0900 Subject: [PATCH] since we detect when deck is moved, it should be safe to allow upload in multimode --- ankiqt/ui/sync.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index f5c2091f1..819f79ee2 100755 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -148,9 +148,6 @@ sync was aborted. Please report this error.""") # exists on server? deckCreated = False if not proxy.hasDeck(syncName): - # multi-mode? - if deck: - return if self.onlyMerge: keys = [k for (k,v) in proxy.decks.items() if v[1] != -1] self.emit(SIGNAL("noMatchingDeck"), keys)