dictation-toolbox / natlinkcore

Other
4 stars 4 forks source link

traceback at wrong module loader.py #51

Open quintijn opened 1 year ago

quintijn commented 1 year ago

When a loaded module has an error, the traceback is printed twice, and NOT red (so not to sys.stderr). Maybe that could be solved/improved...

        self.logger.exception(traceback.format_exc())

in loader.py line 348