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

[build] Fix minor inconsistence on log

parent d3f9d468
No related branches found
No related tags found
No related merge requests found
Pipeline #26809 failed
......@@ -514,8 +514,8 @@ def base_build(server, intranet, recipe_dir, conda_build_config,
recipe['package']['version'], recipe['build']['number'],
python_version)
if candidate is not None:
logger.info('Skipping build for %s-%s-(py%s_?)%s for %s - exists ' \
'on channel', candidate[0], candidate[1], candidate[2], py_ver, arch)
logger.info('Skipping build for %s-%s-%s for %s - exists ' \
'on channel', candidate[0], candidate[1], candidate[2], arch)
return
# if you get to this point, just builds the package
......
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