Skip to content

Commit 30ef4b0

Browse files
committed
Merge pull request kivy#518 from kived/full-command-output
show full output from failed commands
2 parents c641127 + 465a0e4 commit 30ef4b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pythonforandroid/toolchain.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
from collections import defaultdict
5050

5151

52+
# monkey patch to show full output
53+
sh.ErrorReturnCode.truncate_cap = 999999
54+
55+
5256
class colorama_shim(object):
5357

5458
def __init__(self):

0 commit comments

Comments
 (0)