Gui: fix FreeCADGui.loadFile()

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

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