mirror of
https://github.com/9001/copyparty.git
synced 2026-02-24 19:32:59 +10:00
broke this too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user