Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
whuie2
experiment-control
Commits
55150e57
Commit
55150e57
authored
Apr 12, 2022
by
Yb Tweezer
Browse files
adjust text output
parent
4c962783
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/control.py
View file @
55150e57
...
...
@@ -118,7 +118,7 @@ class Controller:
try
:
thread
.
join
()
except
BaseException
as
ERR
:
print
(
f
"[control] action `
{
name
}
` encountered exception"
print
(
f
"
\n
[control] action `
{
name
}
` encountered exception"
f
"
{
type
(
ERR
).
__name__
}
: '
{
ERR
}
'"
)
print
(
"[control] terminating all actions..."
)
raise
ERR
...
...
Write
Preview
Supports
Markdown
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