1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Quick hack to fix FDroidPOpen

That loop is using more CPU that the actual building of the app.
This commit is contained in:
Ciaran Gultnieks 2013-10-24 11:12:15 +01:00
parent 17df97e714
commit fe46cc8fdd

View File

@ -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