Fix some bugs.
- Commandreplies format their timestamp like events Change-Id: I388b9f26bb8b0234d9209b05732e98f9ce1d01c7
This commit is contained in:
@ -28,6 +28,7 @@ class Message(object):
|
||||
is_request = False
|
||||
is_reply = False
|
||||
is_error = False
|
||||
qualifiers = {}
|
||||
|
||||
def __init__(self, **kwds):
|
||||
self.ARGS = set()
|
||||
|
Reference in New Issue
Block a user