broke this too

This commit is contained in:
ed 2021-03-04 01:35:09 +01:00
parent 768405b691
commit 0d16b49489

View file

@ -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