mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 11:05:04 +02:00
...
This commit is contained in:
parent
5113981c95
commit
059cd5a161
1 changed files with 2 additions and 2 deletions
|
|
@ -993,10 +993,10 @@ def get_dest_dir(prefix, candidates):
|
|||
|
||||
if on_card == 'carda':
|
||||
candidates = self.get_carda_ebook_dir(for_upload=True)
|
||||
path = get_dest_dir(self._carda_prefix, candidates)
|
||||
path = get_dest_dir(self._card_a_prefix, candidates)
|
||||
elif on_card == 'cardb':
|
||||
candidates = self.get_cardb_ebook_dir(for_upload=True)
|
||||
path = get_dest_dir(self._cardb_prefix, candidates)
|
||||
path = get_dest_dir(self._card_b_prefix, candidates)
|
||||
else:
|
||||
candidates = self.get_main_ebook_dir(for_upload=True)
|
||||
path = get_dest_dir(self._main_prefix, candidates)
|
||||
|
|
|
|||
Loading…
Reference in a new issue