get error text

This commit is contained in:
Antonio J. Delgado 2025-08-04 21:12:50 +03:00
parent 978b2c135d
commit 79149922e8

View file

@ -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