Loading kinetic/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ class GetLog(object): m.header.messageType = messages.Command.GETLOG log = m.body.getLog log.type.extend(types) #type is actually a repeatable field log.types.extend(types) #type is actually a repeatable field if device: log.device.name = device Loading Loading
kinetic/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ class GetLog(object): m.header.messageType = messages.Command.GETLOG log = m.body.getLog log.type.extend(types) #type is actually a repeatable field log.types.extend(types) #type is actually a repeatable field if device: log.device.name = device Loading