ISISComputingGroup / lewis-ess

Let's write intricate simulators!
GNU General Public License v3.0
21 stars 19 forks source link

Extened exception logic to get_submodules on import_module #278

Closed aaron-long closed 4 years ago

aaron-long commented 4 years ago

Added an exception case for the get_submodules utility method. The method will now output a log error in the event a submodule has failed to load.

Fixes: #277