This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix stop command hints
tags/v0.5.0-beta
liangyongxiong
5 years ago
parent
af74f87d64
commit
7b0d1a7dca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/scripts/stop.py
+ 1
- 1
mindinsight/scripts/stop.py
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save