Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 14, 2024
1 parent 7c38cf7 commit 55cd1f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_build/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,9 @@ def _check_one_menuinst_json(json_file):
"https://github.com/conda/menuinst/raw/refs/tags/2.2.0/"
"menuinst/data/menuinst.schema.json"
)
log.debug("Known wrong value for $schema, defaulting to '%s'", fallback_schema)
log.debug(
"Known wrong value for $schema, defaulting to '%s'", fallback_schema
)
schema_url = fallback_schema
validator = _build_validator(schema_url)
validator.validate(loaded)
Expand Down

0 comments on commit 55cd1f9

Please sign in to comment.