Gökçen Nurlu pushed to branch gokcen/refactor_runcli at BuildStream / buildstream
Commits:
-
c6a81147
by Gökçen Nurlu at 2018-11-04T20:39:32Z
1 changed file:
Changes:
... | ... | @@ -305,7 +305,7 @@ class Cli(CliRunner): |
305 | 305 |
exception=r.exception,
|
306 | 306 |
exc_info=r.exc_info,
|
307 | 307 |
output=r.stdout,
|
308 |
- stderr=r.stderr)
|
|
308 |
+ stderr=r.stderr if r.stderr_bytes else "")
|
|
309 | 309 |
|
310 | 310 |
# Fetch an element state by name by
|
311 | 311 |
# invoking bst show on the project with the CLI
|