mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-18 04:38:07 -05:00
The script was using stdout=subprocess.STDOUT but the Popen documentation does not mention this as a valid value. An exception was being thrown when running flatpak-bisect <name> log: OSError: [Errno 9] Bad file descriptor