Skip to content
Snippets Groups Projects
Commit 2676a5b1 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Print error when loading python plugin failed.

parent eca50bcd
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ namespace gepetto {
return;
}
if (module.isNull()) {
pqt->handleError();
qDebug() << "Enable to load module" << moduleName;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment