mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Set the FDroidOpen output default back to true
Having it at False just makes SilentPopen useless.
This commit is contained in:
parent
14f865a5b1
commit
7c2e61a407
1 changed files with 1 additions and 1 deletions
|
@ -1576,7 +1576,7 @@ def SilentPopen(commands, cwd=None, shell=False):
|
||||||
return FDroidPopen(commands, cwd=cwd, shell=shell, output=False)
|
return FDroidPopen(commands, cwd=cwd, shell=shell, output=False)
|
||||||
|
|
||||||
|
|
||||||
def FDroidPopen(commands, cwd=None, shell=False, output=False):
|
def FDroidPopen(commands, cwd=None, shell=False, output=True):
|
||||||
"""
|
"""
|
||||||
Run a command and capture the possibly huge output.
|
Run a command and capture the possibly huge output.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue