From 6d1d1b520d2deac6b05351132e36607bca00d95e Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Fri, 20 Jan 2023 10:58:40 +0000 Subject: [PATCH] Fix exception when processing nop cmd --- edlclient/Library/firehose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edlclient/Library/firehose.py b/edlclient/Library/firehose.py index 488c48a..b6a8a33 100755 --- a/edlclient/Library/firehose.py +++ b/edlclient/Library/firehose.py @@ -339,7 +339,7 @@ class firehose(metaclass=LogBase): def cmd_nop(self): data = "" resp = self.xmlsend(data, True) - self.debug(resp.hex()) + self.debug(resp.data.hex()) info = b"" tmp = None while tmp != b"":