dictation-toolbox/natlinkcore

traceback at wrong module loader.py

quintijn opened this issue · 0 comments

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