mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix output and error assignment error
This commit is contained in:
parent
1cf99754a4
commit
d7900e3c4b
1 changed files with 2 additions and 1 deletions
|
|
@ -432,8 +432,9 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
tarball.close()
|
tarball.close()
|
||||||
|
|
||||||
# Run a build command if one is required...
|
# Run a build command if one is required...
|
||||||
|
output = ''
|
||||||
|
error = ''
|
||||||
if 'build' in thisbuild:
|
if 'build' in thisbuild:
|
||||||
output, error = ''
|
|
||||||
build = thisbuild['build']
|
build = thisbuild['build']
|
||||||
# Substitute source library paths into commands...
|
# Substitute source library paths into commands...
|
||||||
for name, libpath in srclibpaths:
|
for name, libpath in srclibpaths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue