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
As brought up by @d3r3kk , if pvsc-dev-ext.py fails because a command returned a non-zero return code there is no captured output to look at. Should probably fix that. 😉 (subprocess.CompletedProcess.check_returncode() will automatically include stdout and stderr in the exception.)
The text was updated successfully, but these errors were encountered:
As brought up by @d3r3kk , if
pvsc-dev-ext.py
fails because a command returned a non-zero return code there is no captured output to look at. Should probably fix that. 😉 (subprocess.CompletedProcess.check_returncode()
will automatically includestdout
andstderr
in the exception.)The text was updated successfully, but these errors were encountered: