Skip to content

Commit

Permalink
Show output during aab support check, as p4a may require the user inp…
Browse files Browse the repository at this point in the history
…ut (#1494)
  • Loading branch information
misl6 authored Aug 30, 2022
1 parent 96c46e5 commit 1a7191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/android.py
Original file line number Diff line number Diff line change
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 1a7191e

Please sign in to comment.