Skip to content

Commit

Permalink
Show output during aab support check, as p4a may require the user input
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Aug 18, 2022
1 parent 3a40443 commit c3c6199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/android.py
Expand Up @@ -320,7 +320,7 @@ def check_configuration_tokens(self):
super().check_configuration_tokens(errors)

def _p4a_have_aab_support(self):
returncode = self._p4a(["aab", "-h"], break_on_error=False, show_output=False)[2]
returncode = self._p4a(["aab", "-h"], break_on_error=False)[2]
if returncode == 0:
return True
else:
Expand Down

0 comments on commit c3c6199

Please sign in to comment.