mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-25 16:01:29 +02:00
Removed superfluous lopen builtin
This commit is contained in:
@@ -228,7 +228,7 @@ def opf_writer(path, opf_name, manifest, spine, mi):
|
||||
opf = OPFCreator(path, mi)
|
||||
opf.create_manifest(manifest)
|
||||
opf.create_spine(spine)
|
||||
with lopen(os.path.join(path, opf_name), 'wb') as opffile:
|
||||
with open(os.path.join(path, opf_name), 'wb') as opffile:
|
||||
opf.render(opffile)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user