Gui: fix FreeCADGui.loadFile()

This commit is contained in:
Zheng, Lei
2020-02-28 06:34:56 +08:00
committed by wwmayer
parent 74c9ed8cdd
commit b322969752

View File

@@ -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