tanuki.py icon indicating copy to clipboard operation
tanuki.py copied to clipboard

Startup bug when running todolist example

Open MartBakler opened this issue 2 years ago • 0 comments

During application startup for the todolist example (examples/todolist/backend/main.py) the following error occurs

Error monkey-patch\src\assertion_visitor.py", line 254, in extract_output raise NotImplementedError(f"Function {func_name} not handled yet") NotImplementedError: Function TodoItem not handled yet

MartBakler avatar Oct 28 '23 09:10 MartBakler