UNRAR_TOOL variable is set on load archive
This commit is contained in:
parent
3e15b950b7
commit
b323fab55e
@ -619,6 +619,7 @@ if rarsupport:
|
|||||||
while tries < 7:
|
while tries < 7:
|
||||||
try:
|
try:
|
||||||
tries = tries + 1
|
tries = tries + 1
|
||||||
|
rarfile.UNRAR_TOOL = self.rar_exe_path
|
||||||
rarc = rarfile.RarFile(self.path)
|
rarc = rarfile.RarFile(self.path)
|
||||||
|
|
||||||
except (OSError, IOError) as e:
|
except (OSError, IOError) as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user