Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Call getMessagesStringInternal after the exception to get the real error message.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 19, 2015
1 parent 47cf694 commit 44e072f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/OMC/OMCProxy.cpp
Expand Up @@ -1940,6 +1940,7 @@ bool OMCProxy::translateModelFMU(QString className, double version, QString file
}
} catch(std::exception &exception) {
showException(exception);
printMessagesStringInternal();
}
return result;
}
Expand Down

0 comments on commit 44e072f

Please sign in to comment.