diff --git a/galaxy/api/jsonrpc.py b/galaxy/api/jsonrpc.py index 9dadb48..90989c5 100644 --- a/galaxy/api/jsonrpc.py +++ b/galaxy/api/jsonrpc.py @@ -104,6 +104,7 @@ class Server(): method = self._notifications.get(request.method) if not method: logging.error("Received uknown notification: %s", request.method) + return callback, internal = method if internal: