fix #72 (error deleting zerobyte files if db disabled)
This commit is contained in:
parent
0504b010a1
commit
6bd087ddc5
@ -3680,6 +3680,7 @@ class Up2k(object):
|
||||
)
|
||||
job = reg.get(wark) if wark else None
|
||||
if job:
|
||||
if job["need"]:
|
||||
t = "forgetting partial upload {} ({})"
|
||||
p = self._vis_job_progress(job)
|
||||
self.log(t.format(wark, p))
|
||||
|
Loading…
Reference in New Issue
Block a user