Closed FabienDanieau closed 10 months ago
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 3 3 100% 0% 🟢 New Files
No new covered files...
Modified Files
No covered modified files...
updated for commit:
b4651de
by action🐍
Hum... I may have fixed that the same way you did locally and never pushed the commit...
Thanks for doing it :)
I changed
to
return asyncio.run(get_list())
since I am calling the function from a thread (with no async loop). The example src/example/get_producer_list.py is fixed accordingly (and it was also not working)
Is that ok? or do we want to call get_producer_list in utils from a async function? So the loop would already exist and async.run would not work