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