showing console details when upgrading fails

This commit is contained in:
Vinicius Moreira
2019-07-12 14:33:14 -03:00
parent 1b8cf8a2f3
commit 9af8b73e23
3 changed files with 28 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ def update_and_stream(app_ref: str):
:param app_ref:
:return:
"""
return system.stream_cmd([BASE_CMD, 'update', '-y', app_ref])
return system.cmd_to_subprocess([BASE_CMD, 'update', '-y', app_ref])
def uninstall_and_stream(app_ref: str):