keyword arguments are not supported yet
how do I fix this? I'm trying to execute a function working in the background while also running the main function
5 Replies
Hi keyword arguments aren't supported yet sorry, but they're actively being worked on. Stay tuned and we'll announce when they land 🙂
thanks!
@Jack Clayton Hi jack, Good morning.. when do you think keyword arguments will be supported? Approx timeline
I can't say sorry, it's being worked on, but there's currently no timeline
You can workaround it by having a "util" that gets just one regular argument and return the thread in a different Python module