Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
sn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Turris
Sentinel
sn
Commits
b485db83
Commit
b485db83
authored
May 26, 2018
by
Robin Obůrka
Committed by
Robin Obůrka
May 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msgloop: Report type of uncaught exception
parent
8d4ffac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sn/msgloop.py
sn/msgloop.py
+1
-1
No files found.
sn/msgloop.py
View file @
b485db83
...
...
@@ -137,7 +137,7 @@ def _sn_main_loop(context, process):
raise
e
except
Exception
as
e
:
logger
.
error
(
"Uncaught exception from loop
"
)
logger
.
error
(
"Uncaught exception from loop
: %s"
,
type
(
e
).
__name__
)
logger
.
exception
(
e
)
context
.
errors_in_row
+=
1
...
...
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