From 4f7752419cc20adbfb2f3815e4ebaad1063264ba Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 18 Dec 2016 11:37:39 +0100 Subject: [PATCH] fix CID 154894 --- src/Mod/Path/App/AppPathPy.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Mod/Path/App/AppPathPy.cpp b/src/Mod/Path/App/AppPathPy.cpp index 381fefdc2..79365f083 100644 --- a/src/Mod/Path/App/AppPathPy.cpp +++ b/src/Mod/Path/App/AppPathPy.cpp @@ -22,8 +22,8 @@ #include "PreCompiled.h" -#ifndef _PreComp_ -# include +#ifndef _PreComp_ +# include #endif #include @@ -260,7 +260,6 @@ private: catch (const Base::Exception& e) { throw Py::RuntimeError(e.what()); } - return Py::None(); } };