From 53bb1c719b8940383a086608914ef3c042f0de0b Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 25 Sep 2022 14:00:11 +0200 Subject: [PATCH] fix huge-filename trunc on ubuntu-20.04 zfs --- copyparty/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/util.py b/copyparty/util.py index 86063d28..70ea9f8b 100644 --- a/copyparty/util.py +++ b/copyparty/util.py @@ -1022,7 +1022,7 @@ def ren_open( ] continue - if ex.errno not in [36, 63] and (not WINDOWS or ex.errno != 22): + if ex.errno not in [36, 63, 95] and (not WINDOWS or ex.errno != 22): raise if not b64: