tweak to session.exception to default node_id to None when not provided
This commit is contained in:
parent
3165bddc92
commit
091131fe5c
4 changed files with 6 additions and 6 deletions
|
@ -637,7 +637,7 @@ class CoreHandler(socketserver.BaseRequestHandler):
|
|||
:param str source: source where exception came from
|
||||
:param str text: details about exception
|
||||
:param int node: node id, if related to a specific node
|
||||
:return:
|
||||
:return: nothing
|
||||
"""
|
||||
exception_data = ExceptionData(
|
||||
session=self.session.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue