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

[build] Fix import

parent 03882242
No related branches found
No related tags found
1 merge request!28Nightlies
Pipeline #27459 passed
......@@ -141,7 +141,7 @@ def make_conda_config(config, python, append_file, condarc_options):
def get_output_path(metadata, config):
'''Renders the recipe and returns the interpreted YAML file'''
from conda_build.api import get_output_file_path
from conda_build.api import get_output_file_paths
return get_output_file_paths(metadata, config=config)[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment