!47415 fix typo in notes

Merge pull request !47415 from zhoufeng/code_docs-typo
This commit is contained in:
i-robot 2023-01-03 03:07:10 +00:00 committed by Gitee
commit b7661762b2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ class AscendEnvChecker(EnvChecker):
attention_warning = True
logger.warning(f"MindSpore version {mindspore_version} and \"hccl\" wheel package version {v} does not "
"match, reference to the match info on: https://www.mindspore.cn/install")
# DO NOT modify exception type to any other, you DO NOT know what kind of exceptions will the te throw
# DO NOT modify exception type to any other, you DO NOT know what kind of exceptions the te will throw.
# pylint: disable=broad-except
except Exception as e:
logger.error("CheckFailed:", e.args)