Skip to content
Snippets Groups Projects
Commit d233ac01 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

Task #11173: added a call to the get_trigger_spec implementation.

parent 7be0c96e
No related branches found
No related tags found
No related merge requests found
...@@ -260,8 +260,8 @@ class SpecificationHandler(MessageHandlerInterface): ...@@ -260,8 +260,8 @@ class SpecificationHandler(MessageHandlerInterface):
def get_specification(self, user, id): def get_specification(self, user, id):
logger.info("getting spec of id "+str(id)) logger.info("getting spec of id "+str(id))
# todo: return real trigger info as xml response = momqueryrpc.get_trigger_spec(user, id)
raise NotImplementedError return response
def create_service(servicename=SPECIFICATION_SERVICENAME, busname=SPECIFICATION_BUSNAME): def create_service(servicename=SPECIFICATION_SERVICENAME, busname=SPECIFICATION_BUSNAME):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment