mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 06:13:20 +00:00
fix #72 (error deleting zerobyte files if db disabled)
This commit is contained in:
@@ -3680,6 +3680,7 @@ class Up2k(object):
|
|||||||
)
|
)
|
||||||
job = reg.get(wark) if wark else None
|
job = reg.get(wark) if wark else None
|
||||||
if job:
|
if job:
|
||||||
|
if job["need"]:
|
||||||
t = "forgetting partial upload {} ({})"
|
t = "forgetting partial upload {} ({})"
|
||||||
p = self._vis_job_progress(job)
|
p = self._vis_job_progress(job)
|
||||||
self.log(t.format(wark, p))
|
self.log(t.format(wark, p))
|
||||||
|
|||||||
Reference in New Issue
Block a user