2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-27 08:17:30 +00:00

Fix indentation in pdu module

This commit is contained in:
Jarrod Johnson
2025-04-08 14:53:36 -04:00
parent 672bc73756
commit 5d60a6a427
@@ -55,8 +55,8 @@ def retrieve(nodes, element, configmanager, inputdata):
while gp.running():
try:
nrsp = rspq.get(timeout=0.1)
if nrsp is not None and not isinstance(nrsp, TaskDone):
yield nrsp
if nrsp is not None and not isinstance(nrsp, TaskDone):
yield nrsp
except queue.Empty:
continue
while not rspq.empty():