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
I have seen that in your code you have watched KeyboardInterupt and then just exist from the process.
It will kill the parent process only and may create some zombie process.
I think that you can terminate all the processes by receiving the KerboardInterupt
The text was updated successfully, but these errors were encountered:
I have seen that in your code you have watched KeyboardInterupt and then just exist from the process.
It will kill the parent process only and may create some zombie process.
I think that you can terminate all the processes by receiving the KerboardInterupt
The text was updated successfully, but these errors were encountered: