From 0d16b4948973943b357acd34c2629578dcf459df Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 4 Mar 2021 01:35:09 +0100 Subject: [PATCH] broke this too --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 60081fb6..d10b4ba0 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -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