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

[scripts][ci] Fix minor typo in base_biuld()

parent e5250c7a
No related branches found
No related tags found
No related merge requests found
Pipeline #26931 passed
......@@ -366,7 +366,7 @@ def base_build(order, python, dry_run):
click.echo('\n' + (80*'='))
pytext = 'for python-%s' % pyver if pyver is not None else ''
click.echo('Building "%s" %s(%d/%d)' % \
(recipe, pytext, order+1, total_recipes))
(recipe, pytext, order+1, len(recipes)))
click.echo((80*'=') + '\n')
if not os.path.exists(os.path.join(recipe, 'meta.yaml')):
logger.info('Ignoring directory "%s" - no meta.yaml found' % recipe)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment