Skip to content

Commit

Permalink
Part Design: Allow attachment error messages and error setting propag…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
abdullahtahiriyo committed Apr 24, 2017
1 parent 3e7b6b3 commit ac0529f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Part/App/AttachExtension.cpp
Expand Up @@ -137,8 +137,8 @@ App::DocumentObjectExecReturn *AttachExtension::extensionExecute()
if(this->isTouched_Mapping()) {
try{
positionBySupport();
} catch (Base::Exception &e) {
return new App::DocumentObjectExecReturn(e.what());
/*} catch (Base::Exception &e) {
return new App::DocumentObjectExecReturn(e.what());*/
} catch (Standard_Failure &e){
return new App::DocumentObjectExecReturn(e.GetMessageString());
}
Expand Down

0 comments on commit ac0529f

Please sign in to comment.