Syres916
2024-01-12 20:34:31 +00:00
committed by Chris Hennes
parent b727b17c5e
commit 232cdfa89e

View File

@@ -515,7 +515,6 @@ bool TaskPipeParameters::accept()
for (auto obj : copies) {
pcActiveBody->addObject(obj);
}
pcActiveBody->execute();
}
catch (const Base::Exception& e) {
QMessageBox::warning(this, tr("Input error"), QApplication::translate("Exception", e.what()));