Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
650a39b7
Unverified
Commit
650a39b7
authored
Mar 08, 2021
by
liuzhe-lz
Committed by
GitHub
Mar 08, 2021
Browse files
fix minor bug (#3434)
parent
4fc34df7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ts/nni_manager/core/nnimanager.ts
ts/nni_manager/core/nnimanager.ts
+2
-2
No files found.
ts/nni_manager/core/nnimanager.ts
View file @
650a39b7
...
...
@@ -351,8 +351,8 @@ class NNIManager implements Manager {
let
hasError
:
boolean
=
false
;
try
{
this
.
experimentManager
.
stop
();
this
.
dataStore
.
close
();
await
this
.
experimentManager
.
stop
();
await
this
.
dataStore
.
close
();
await
component
.
get
<
NNIRestServer
>
(
NNIRestServer
).
stop
();
}
catch
(
err
)
{
hasError
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment