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
No description
5 Replies
Jack Clayton
Jack Clayton•2y ago
Hi keyword arguments aren't supported yet sorry, but they're actively being worked on. Stay tuned and we'll announce when they land 🙂
!                richard globlum
! richard globlumOP•2y ago
thanks!
roopesh puthalath
roopesh puthalath•2y ago
@Jack Clayton Hi jack, Good morning.. when do you think keyword arguments will be supported? Approx timeline
Jack Clayton
Jack Clayton•2y ago
I can't say sorry, it's being worked on, but there's currently no timeline
Igor
Igor•2y ago
You can workaround it by having a "util" that gets just one regular argument and return the thread in a different Python module

Did you find this page helpful?