Skip to content
Snippets Groups Projects
Commit 943e8522 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8798: TODO: refactor args kwargs quirks

parent 635d1f23
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,7 @@ class RequestMessage(LofarMessage):
subsystem. A service message must contain a valid ``ReplyTo`` property.
"""
#TODO: refactor args kwargs quirks
def __init__(self, content=None, reply_to=None,**kwargs): #reply_to=None, has_args=None, has_kwargs=None):
super(RequestMessage, self).__init__(content)
if (reply_to!=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment