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