multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Manager should catch and print loading errors #145

Closed LourensVeen closed 1 year ago

LourensVeen commented 1 year ago

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.