We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712370b commit 7927e67Copy full SHA for 7927e67
src/python_bindings.cpp
@@ -51,7 +51,7 @@ class Py_StatefulActionNode final : public StatefulActionNode
51
52
void onHalted() override
53
{
54
- PYBIND11_OVERRIDE_PURE_NAME(void, Py_StatefulActionNode, "on_running", onRunning);
+ PYBIND11_OVERRIDE_PURE_NAME(void, Py_StatefulActionNode, "on_halted", onHalted);
55
}
56
};
57
0 commit comments