diff options
Diffstat (limited to 'GUI/GUI/GUI/PythonWrapper.cpp')
| -rw-r--r-- | GUI/GUI/GUI/PythonWrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp index d5636ce..c4b2b55 100644 --- a/GUI/GUI/GUI/PythonWrapper.cpp +++ b/GUI/GUI/GUI/PythonWrapper.cpp @@ -151,6 +151,7 @@ bool SetAffinityMask( out_cb(oss.str(), ""); } } + return true; } bool PythonWrapper::InvokeCommandWithArgs(const std::string& cmd, |
