You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the asyncio docs it appears that the add_signal_handler method is only available in Unix which is why it throws a NotImplementedError when kopf is run on Windows.
This PR should fix Windows compatibility by catching NotImplementedError thrown by asyncio and continuing.
Types of Changes
Bug fix (non-breaking change which fixes an issue)
When running kopf on Windows it fails due to NotImplementedError thrown by add_signal_handler method in asyncio
Description
In the asyncio docs it appears that the add_signal_handler method is only available in Unix which is why it throws a NotImplementedError when kopf is run on Windows.
This PR should fix Windows compatibility by catching NotImplementedError thrown by asyncio and continuing.
Types of Changes
Released as
kopf==0.23rc1
.damc-dev Thank you for you contribution! 😉
The text was updated successfully, but these errors were encountered: