Gui: fix FreeCADGui.loadFile()
This commit is contained in:
@@ -1502,7 +1502,7 @@ PyObject* Application::sLoadFile(PyObject * /*self*/, PyObject *args)
|
||||
}
|
||||
}
|
||||
|
||||
Application::Instance->open(path,mod);
|
||||
Application::Instance->open(path,module.c_str());
|
||||
|
||||
Py_Return;
|
||||
} PY_CATCH
|
||||
|
||||
Reference in New Issue
Block a user