mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
b49617d502
commit
9026e54fbf
@ -51,6 +51,6 @@ def extract(path, dir):
|
||||
elif ext == 'rar':
|
||||
from libprs500.libunrar import extract
|
||||
extractor = extract
|
||||
if not extract:
|
||||
if not extractor:
|
||||
raise Exception('Unknown archive type')
|
||||
extractor(path, dir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user