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
So introducing the timeout causes a hang for some reason.
I've been using the timeout linux utility as a workaround for when plumbum doesn't timeout correctly. I'm just now getting around to making a bug and this reproduces the issue.
The text was updated successfully, but these errors were encountered:
I am running python 3.12.4 on Ubnutu 24.04
To reproduce:
then open the python console and do:
the above hangs forever. Interestingly the following doesn't hang:
So introducing the timeout causes a hang for some reason.
I've been using the
timeout
linux utility as a workaround for when plumbum doesn't timeout correctly. I'm just now getting around to making a bug and this reproduces the issue.The text was updated successfully, but these errors were encountered: