Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 7, 2024
1 parent ae499a3 commit c07e306
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,9 @@ def bundle_conda(output, metadata: MetaData, env, stats, **kw):
initial_files.remove(f)
has_matches = True
if not has_matches:
log.warning("Glob %s from always_include_files does not match any files", pat)
log.warning(
"Glob %s from always_include_files does not match any files", pat
)
files = post_process_files(metadata, initial_files)

if output.get("name") and output.get("name") != "conda":
Expand Down

0 comments on commit c07e306

Please sign in to comment.