Skip to content
Snippets Groups Projects
Commit 21dafd44 authored by Vincent POLLET's avatar Vincent POLLET Committed by André Anjos
Browse files

Fix undefined variable 'path' after refactoring

parent 36214cec
No related branches found
No related tags found
1 merge request!162Resolve "undefined variable in build.py"
Pipeline #40628 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