Skip to content
Snippets Groups Projects

Resolve "undefined variable in build.py"

Merged Vincent POLLET requested to merge 54-undefined-variable-in-build-py into master
1 unresolved thread
+ 1
1
@@ -648,7 +648,7 @@ def base_build(
)
# if you get to this point, just builds the package(s)
logger.info("Building %s", path)
logger.info("Building %s", recipe_dir)
return conda_build.api.build(recipe_dir, config=conda_config)
Loading