Skip to content

Commit

Permalink
python3.7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo authored and wwmayer committed Mar 7, 2019
1 parent b5c3ca2 commit 3ad9ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main/MainPy.cpp
Expand Up @@ -143,7 +143,7 @@ PyMOD_INIT_FUNC(FreeCAD)
// backwards since the FreeCAD path was likely appended just before
// we were imported.
for (i = PyList_Size(pySysPath) - 1; i >= 0 ; --i) {
char *basePath;
const char *basePath;
PyObject *pyPath = PyList_GetItem(pySysPath, i);
long sz = 0;

Expand Down

0 comments on commit 3ad9ee6

Please sign in to comment.