Compare commits
1 commit
master
...
pexpect-ti
Author | SHA1 | Date | |
---|---|---|---|
|
c807cd3171 |
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class TargetAndroid(Target):
|
||||||
self.android_cmd, packages,
|
self.android_cmd, packages,
|
||||||
cwd=self.buildozer.global_platform_dir))
|
cwd=self.buildozer.global_platform_dir))
|
||||||
while True:
|
while True:
|
||||||
index = child.expect([EOF, '[y/n]: '])
|
index = child.expect([EOF, '\[y/n\]:'], timeout=600)
|
||||||
if index == 0:
|
if index == 0:
|
||||||
break
|
break
|
||||||
child.sendline('y')
|
child.sendline('y')
|
||||||
|
|
Loading…
Add table
Reference in a new issue