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
Keep silence for Keyboard Interrupt.
tags/v0.7.0-beta
Zhang Qinghua
6 years ago
parent
0082c0e5df
commit
2af0333020
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