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 May 9, 2023
1 parent 37f68ea commit b2c65e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conda_build/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ def msvc_env_cmd(bits, config, override=None):
"Otherwise, use {{compiler('<language>')}} jinja2 in requirements/build."
)
if bits == "arm64":
log.warn(
"The legacy MSVC compiler setup does not support arm64 builds. "
)
log.warn("The legacy MSVC compiler setup does not support arm64 builds. ")
return ""
if override:
log.warn(
Expand Down

0 comments on commit b2c65e4

Please sign in to comment.