rclpdf: avoid crash when external metadata filter cant be imported

This commit is contained in:
Jean-Francois Dockes 2020-07-13 10:13:59 +02:00
parent 7771e0669e
commit 4508b6b064

View File

@ -180,6 +180,7 @@ class PDFExtractor:
spec.loader.exec_module(EMF)
except Exception as err:
self.em.rclog("Import extrametafix failed: %s" % err)
EMF = None
pass
# Extract all attachments if any into temporary directory