mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03: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:
parent
181fc3d07b
commit
3736da3761
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue