Skip to content

Commit

Permalink
Update bioconda_utils/build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Nov 19, 2024
1 parent abf648d commit 386b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioconda_utils/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def build(recipe: str, pkg_paths: List[str] = None,
noarch=is_noarch,
live_logs=live_logs)
# Use presence of expected packages to check for success
if (docker_builder.pkg_dir is not None):
if docker_builder.pkg_dir is not None:
platform = utils.RepoData.native_platform()
subfolder = utils.RepoData.platform2subdir(platform)
conda_build_config = utils.load_conda_build_config(platform=subfolder)
Expand Down

0 comments on commit 386b376

Please sign in to comment.