python-lml / lml

Load me later. A lazy plugin management system for Python
http://lml.readthedocs.io
Other
12 stars 5 forks source link

Catch and Ignore ModuleNotFoundError #6

Closed chfw closed 5 years ago

chfw commented 5 years ago

When a white-listed extension is absent, ignore the ModuleNotFoundError.

https://github.com/chfw/lml/blob/master/lml/utils.py#L43

reference: https://github.com/pyecharts/pyecharts/issues/815