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
My investigation: stderr that is returned in invokePodmanCommand is never used (when the return value is used, it's used as invokePodmanCommand(...)[0])
It is probably captured, but then thrown away in
podman.py
.I suggest adding
stderr
next tooutput
in the resulting json.The text was updated successfully, but these errors were encountered: