提交 7d4bdc72 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!250 fix stop command hints

Merge pull request !250 from liangyongxiong/fix-stop-hints
......@@ -96,7 +96,7 @@ class Command(BaseCommand):
"""
port, pid = args.port, args.pid
if not pid:
msg = f'No mindinsight service found for port {port}'
msg = f'No mindinsight service started by current user found for port {port}'
self.console.error(msg)
sys.exit(1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册