Decorators with def main() not working in python
I am running into the following issue when I use a decorator with def main()
Wondering if this is windmill runtime specific config issue? It works well if I use the decorator on any other method and call it inside main.
See below the code:
3 Replies
We will take a look
Thank you
This is now fixed