mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Typo fix for 91daacb889
This commit is contained in:
parent
91daacb889
commit
78a661fc7d
1 changed files with 1 additions and 1 deletions
|
|
@ -1585,7 +1585,7 @@ def SdkToolsPopen(commands, cwd=None, output=True):
|
|||
if abscmd is None:
|
||||
logging.critical("Could not find '%s' on your system" % cmd)
|
||||
sys.exit(1)
|
||||
return FDroidPopen(abscmd + commands[1:],
|
||||
return FDroidPopen([abscmd] + commands[1:],
|
||||
cwd=cwd, output=output)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue