Skip to content

Commit e396a82

Browse files
committed
pylint
1 parent ff7ef67 commit e396a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkube_python_wrapper/communication/zmq/streaming/ZMQListener.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def close(self, force=True):
110110

111111
if (self._pollTimeoutCount):
112112
try:
113-
hasMsg = self._readMessage(timeout=POLL_MS * 5)
113+
self._readMessage(timeout=POLL_MS * 5)
114114
except Exception as e:
115115
print("Error occurred readingMessage or message handling by algorithm during close")
116116
print("Error occurred error is" + str(e))

0 commit comments

Comments
 (0)