You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes the Retry decorator to return SUCCESS when the child's status is INVALID.
Which I believe isn't a wanted functionality, but the problem did arise from my fault, when a behaviour I wrote returning INVALID accidentally. This was, however, hard to debug, since the decorator simply returns success...
The text was updated successfully, but these errors were encountered:
py_trees/py_trees/decorators.py
Line 281 in 0d5b39f
This causes the Retry decorator to return SUCCESS when the child's status is INVALID.
Which I believe isn't a wanted functionality, but the problem did arise from my fault, when a behaviour I wrote returning INVALID accidentally. This was, however, hard to debug, since the decorator simply returns success...
The text was updated successfully, but these errors were encountered: