1
0
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:
Paweł Jastrzębski
2013-10-10 18:53:30 +02:00
parent 9e402897c5
commit c5bcd4c2e4

View File

@@ -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,