modify log level to info when check version is timeout

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
pull/10700/head
zhoufeng 4 years ago
parent 28593e23c8
commit c47ce1212c

@ -206,7 +206,7 @@ class AscendEnvChecker(EnvChecker):
if process.stdout.strip() != "":
logger.warning(process.stdout.strip())
except subprocess.TimeoutExpired:
logger.warning("Package te, topi, hccl version check timed out, skip.")
logger.info("Package te, topi, hccl version check timed out, skip.")
def set_env(self):
if not self.tbe_path:

Loading…
Cancel
Save