Skip to content
Snippets Groups Projects
Commit 9006b885 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch '54-undefined-variable-in-build-py' into 'master'

Resolve "undefined variable in build.py"

Closes #54

See merge request !162
parents 36214cec 21dafd44
No related branches found
No related tags found
1 merge request!162Resolve "undefined variable in build.py"
Pipeline #40629 passed
...@@ -648,7 +648,7 @@ def base_build( ...@@ -648,7 +648,7 @@ def base_build(
) )
# if you get to this point, just builds the package(s) # 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) return conda_build.api.build(recipe_dir, config=conda_config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment