This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!4429
Keep silence for the exception of KeyboardInterrupt.
Merge pull request
!4429
from ZhangQinghua/master1
tags/v0.7.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
6bff403403
2af0333020
commit
97912d8a6a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/_extends/remote/kernel_build_server.py
+ 1
- 1
mindspore/_extends/remote/kernel_build_server.py
View File
@@ -47,7 +47,7 @@ class Messager:
res = res[0:len(res)-1]
self.message = res
logger.debug('[IN]', self.message)
except EOFError:
except
(
EOFError
, KeyboardInterrupt)
:
self.exit()
finally:
pass
Write
Preview
Loading…
Cancel
Save