In muscle_manager.py, we load the yMMSL files passed on the command line. This may raise a RecognitionError if there's an error in a file. This currently causes the manager to crash. Instead, the exception should be caught, printed nicely to the screen, and then we should exit.
In
muscle_manager.py
, we load the yMMSL files passed on the command line. This may raise a RecognitionError if there's an error in a file. This currently causes the manager to crash. Instead, the exception should be caught, printed nicely to the screen, and then we should exit.