mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Merge branch 'master' into verbose-rewrite
This commit is contained in:
commit
5b613292c3
4 changed files with 32 additions and 28 deletions
|
@ -1904,7 +1904,7 @@ def FDroidPopen(commands, cwd,
|
|||
sys.stderr.write(line)
|
||||
sys.stderr.flush()
|
||||
result.stderr += line
|
||||
time.sleep(0.5)
|
||||
time.sleep(0.2)
|
||||
|
||||
p.communicate()
|
||||
result.returncode = p.returncode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue