diff --git a/include/realizations/catchment/Bmi_Py_Adapter.hpp b/include/realizations/catchment/Bmi_Py_Adapter.hpp index b817f032bd..5c7bfebfd4 100644 --- a/include/realizations/catchment/Bmi_Py_Adapter.hpp +++ b/include/realizations/catchment/Bmi_Py_Adapter.hpp @@ -674,6 +674,10 @@ namespace models { if (init_exception_msg.empty()) { init_exception_msg = "Unknown Python model initialization exception."; } + //This message is lost and often contains valuable info. Either need to break up and catch + //other possible exceptions, wrap all these in a custom exception, or at the very least, print + //the original messge before it gets lost in this re-throw. + std::cerr<