mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:53:27 +02:00
...
This commit is contained in:
parent
e4cf16327a
commit
ed57ee77d6
1 changed files with 2 additions and 1 deletions
|
|
@ -575,7 +575,8 @@ def archive_lib_dir(self):
|
|||
# sqlite_load_extension to work
|
||||
# For some reason unrar.pyd crashes when processing
|
||||
# password protected RAR files if loaded from inside
|
||||
# pylib.zip
|
||||
# pylib.zip. Probably because of this bug:
|
||||
# https://github.com/fancycode/MemoryModule/issues/4
|
||||
self.add_to_zipfile(zf, pyd, x)
|
||||
os.remove(self.j(x, pyd))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue