mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Quick hack to fix FDroidPOpen
That loop is using more CPU that the actual building of the app.
This commit is contained in:
parent
17df97e714
commit
fe46cc8fdd
1 changed files with 1 additions and 0 deletions
|
@ -1814,6 +1814,7 @@ def FDroidPopen(commands, cwd,
|
||||||
sys.stderr.write(line)
|
sys.stderr.write(line)
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
result.stderr += line
|
result.stderr += line
|
||||||
|
time.sleep(0.5)
|
||||||
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print "Directory: %s" % cwd
|
print "Directory: %s" % cwd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue