mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-04-25 15:28:30 +02:00
subprocess.Popen's wait() method was overwritten to be non-blocking but in certain circumstances you do want to wait forever. Fix this to allow timeout=None, which calls the parent wait() method directly.