mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 21:24:52 +02:00
...
This commit is contained in:
parent
cf7e268bf0
commit
77762ab9a3
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ def run(self, opts):
|
|||
self.info(
|
||||
'%s already uploaded, skipping. Assuming URL is: %s'%(
|
||||
bname, path))
|
||||
self.old_files.pop(bname)
|
||||
else:
|
||||
path = self.upload_one(fname)
|
||||
self.paths[bname] = path
|
||||
|
|
|
|||
Loading…
Reference in a new issue