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: