mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-28 20:02:09 -04:00
No longer use universal_newlines
It was added in an attempt to get git clone/fetch output, which did not succeed.
This commit is contained in:
@@ -1448,7 +1448,6 @@ def FDroidPopen(commands, cwd=None, shell=False, output=True):
|
||||
|
||||
result = PopenResult()
|
||||
p = subprocess.Popen(commands, cwd=cwd, shell=shell,
|
||||
universal_newlines=True,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
|
||||
stdout_queue = Queue.Queue()
|
||||
|
||||
Reference in New Issue
Block a user