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 New Issue
Block a user