Skip to content

Commit 7323e7e

Browse files
committed
Revert "[lldb][swig] Use the correct variable in the return statement"
This reverts commit 6528157. I'm reverting #104523 (f01f80c) and this fixup belongs to the same series of changes.
1 parent 743e70b commit 7323e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/bindings/python/python-wrapper.swig

+1-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ bool lldb_private::python::SWIGBridge::LLDBSwigPython_ShouldHide(
837837
bool ret_val = result ? PyObject_IsTrue(result) : false;
838838
Py_XDECREF(result);
839839

840-
return ret_val;
840+
return result;
841841
}
842842

843843
void *lldb_private::python::SWIGBridge::LLDBSWIGPython_GetDynamicSetting(

0 commit comments

Comments
 (0)