mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 04:25:05 +01:00
typo
This commit is contained in:
parent
b49617d502
commit
9026e54fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue