CoatiSoftware / SourcetrailPythonIndexer

Python Indexer for Sourcetrail based on jedi, parso and SourcetrailDB
GNU General Public License v3.0
90 stars 28 forks source link

Handle case if imported module has not been found #32

Closed mlangkabel closed 5 years ago

mlangkabel commented 5 years ago

In this case an error shall be recorded.

mlangkabel commented 5 years ago

implemented by merging pull request #33