!18092 update run_check failed desc

Merge pull request !18092 from wangfengwfwf/feature/check
This commit is contained in:
i-robot 2021-06-17 11:58:56 +08:00 committed by Gitee
commit 9c08e427b3
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ mindspore.run_check
The goal is to provide a convenient API to check if the installation is successful or failed.
"""
import numpy as np
from importlib import import_module
import numpy as np
try:
@ -63,5 +63,5 @@ def run_check():
_check_mul()
# pylint: disable=broad-except
except Exception as e:
print("MindSpore installation failed!")
print("CheckFailed: ", str(e))
print("MindSpore running check failed.")
print(str(e))