mirror of
				https://github.com/9001/copyparty.git
				synced 2025-10-31 12:43:13 -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 |                 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 |                 raise | ||||||
| 
 | 
 | ||||||
|         if not b64: |         if not b64: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue