behave
behave copied to clipboard
A behavior tree implementation in Python
Results
2
behave issues
Sort by
recently updated
recently updated
newest added
Hello, under what license is this project released under ? I would like to study it to learn from it. Thank you.
File "D:/workspace/behave-master/test/test_base.py", line 41, in decorated_wait = repeat(10)(count_from_1) File "D:\workspace\behave-master\behave\core.py", line 276, in __call__ return BeDecorated(self.decorator, node) AttributeError: 'BeDecorator' object has no attribute 'decorator'