Kubilay Kocak <[email protected]> added the comment:
The current test runs a try/finally without any exception handling, so even minimal exception handling will cover a large swatch of potential issues. CalledProcessError [1] returned by check_call() or check_output() appears to be handy [1] https://docs.python.org/3/library/subprocess.html#subprocess.CalledProcessError ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39954> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
