mirror of
https://github.com/9001/copyparty.git
synced 2025-10-04 18:29:31 +02:00
fix confusing logmsg for zerobyte files
This commit is contained in:
parent
ba52590ae4
commit
9f034d9c4c
1 changed files with 2 additions and 1 deletions
|
@ -3266,6 +3266,7 @@ class HttpCli(object):
|
||||||
raise Exception("not found in registry")
|
raise Exception("not found in registry")
|
||||||
self.pipes.set(req_path, job)
|
self.pipes.set(req_path, job)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
if getattr(ex, "errno", 0) != errno.ENOENT:
|
||||||
self.log("will not pipe [%s]; %s" % (ap_data, ex), 6)
|
self.log("will not pipe [%s]; %s" % (ap_data, ex), 6)
|
||||||
ptop = None
|
ptop = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue