mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
broke this too
This commit is contained in:
parent
768405b691
commit
0d16b49489
|
@ -1228,7 +1228,7 @@ class HttpCli(object):
|
||||||
fspath = fsroot + "/" + fn
|
fspath = fsroot + "/" + fn
|
||||||
|
|
||||||
try:
|
try:
|
||||||
inf = stats[fn]
|
inf = stats.get(fn, os.stat(fsenc(fspath)))
|
||||||
except:
|
except:
|
||||||
self.log("broken symlink: {}".format(repr(fspath)))
|
self.log("broken symlink: {}".format(repr(fspath)))
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue