Windows: djvu: need to convert file name becore subprocess check_output

This commit is contained in:
Jean-Francois Dockes 2021-04-30 08:37:19 +01:00
parent d76e279492
commit 5656d376c7

View File

@ -39,7 +39,7 @@ class DJVUExtractor(RclBaseHandler):
def html_text(self, fn):
self.em.setmimetype('text/html')
fn = rclexecm.subprocfile(fn)
# Extract metadata
metadata = b""
if self.djvused: