mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix huge-filename trunc on ubuntu-20.04 zfs
This commit is contained in:
parent
98d5aa17e2
commit
53bb1c719b
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue