Merge branch 'develop' into pydocupdates
This commit is contained in:
commit
813ddc10c6
11 changed files with 56 additions and 51 deletions
|
@ -262,7 +262,7 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
|
|||
"""
|
||||
try:
|
||||
return session.get_node(node_id)
|
||||
except KeyError:
|
||||
except CoreError:
|
||||
context.abort(
|
||||
grpc.StatusCode.NOT_FOUND, "node {} not found".format(node_id)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue