mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Removed second parameter in replace_config_vars call
This commit is contained in:
parent
cd7ae381a5
commit
8a09ebc446
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
# Run a build command if one is required...
|
# Run a build command if one is required...
|
||||||
if thisbuild['build']:
|
if thisbuild['build']:
|
||||||
logging.info("Running 'build' commands in %s" % root_dir)
|
logging.info("Running 'build' commands in %s" % root_dir)
|
||||||
cmd = common.replace_config_vars(thisbuild['build'], thisbuild)
|
cmd = common.replace_config_vars(thisbuild['build'])
|
||||||
|
|
||||||
# Substitute source library paths into commands...
|
# Substitute source library paths into commands...
|
||||||
for name, number, libpath in srclibpaths:
|
for name, number, libpath in srclibpaths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue