get error text
This commit is contained in:
parent
978b2c135d
commit
79149922e8
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class AndroidManager:
|
|||
"Installed without errors."
|
||||
)
|
||||
except ppadb.InstallError as error:
|
||||
if 'INSTALL_FAILED_ALREADY_EXISTS' in error:
|
||||
if 'INSTALL_FAILED_ALREADY_EXISTS' in f"{error}":
|
||||
self._log.debug(
|
||||
'App already installed, not installing again. %s',
|
||||
error
|
||||
|
|
Loading…
Reference in a new issue