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
ycai
simbricks
Commits
7d088ead
Commit
7d088ead
authored
Nov 05, 2020
by
Antoine Kaufmann
Browse files
experiments: print stacktrace in case of exeception in experiment
parent
3f91e459
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
experiments/modes/experiments.py
experiments/modes/experiments.py
+2
-0
No files found.
experiments/modes/experiments.py
View file @
7d088ead
...
...
@@ -4,6 +4,7 @@ import modes.exectools as exectools
import
shlex
import
time
import
json
import
traceback
class
Experiment
(
object
):
name
=
None
...
...
@@ -99,6 +100,7 @@ class Experiment(object):
# wait for necessary hosts to terminate
except
:
out
.
set_failed
()
traceback
.
print_exc
()
finally
:
out
.
set_end
()
...
...
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