update check failed desc

This commit is contained in:
fenglovebei 2021-06-09 21:59:06 +08:00 committed by wangfengstar
parent d2c3f68232
commit 69169819ec
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))