Closed ehelms closed 1 year ago
Fixes:
AttributeError: 'CalledProcessError' object has no attribute 'stdout'[0m
.stdout/.stderr exist since Python 3.5…, and using .output (which is the same as .stdout) would be losing stderr things (at least on 3.5+)?
.stdout
.stderr
.output
OTOH, we use .output everywhere else, so :woman_shrugging:
Fixes:
AttributeError: 'CalledProcessError' object has no attribute 'stdout'[0m