mirror of
https://github.com/ciromattia/kcc
synced 2026-01-05 04:49:36 +00:00
UNRAR: Suppress rename warnings
This commit is contained in:
@@ -1850,6 +1850,8 @@ def check_returncode(p, out):
|
||||
code = p.returncode
|
||||
if code == 0:
|
||||
return
|
||||
if code == 9:
|
||||
return
|
||||
|
||||
# map return code to exception class
|
||||
errmap = [None,
|
||||
|
||||
Reference in New Issue
Block a user