mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +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.flush()
|
||||
result.stderr += line
|
||||
time.sleep(0.5)
|
||||
|
||||
if verbose:
|
||||
print "Directory: %s" % cwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue