Skip to content

Commit 21acd88

Browse files
committed
Merge pull request kivy#438 from kivy/thopiekar-patch-3-non-blocking
[revamp] Adding expected non-blocking output
2 parents 8d49ff9 + 2a800c5 commit 21acd88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def shprint(command, *args, **kwargs):
108108
kwargs["_iter"] = True
109109
kwargs["_out_bufsize"] = 1
110110
kwargs["_err_to_out"] = True
111+
kwargs["_bg"] = True
111112
if len(logger.handlers) > 1:
112113
logger.removeHandler(logger.handlers[1])
113114
command_path = str(command).split('/')

0 commit comments

Comments
 (0)