From 69d984b9dcd58f7b42feaef3c7f5f6508753437d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 3 Apr 2026 10:34:20 -0400 Subject: [PATCH] Fix syntax mistake in deferred handling in nodeapply --- confluent_client/bin/nodeapply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodeapply b/confluent_client/bin/nodeapply index 0e887db2..7547895f 100755 --- a/confluent_client/bin/nodeapply +++ b/confluent_client/bin/nodeapply @@ -183,7 +183,7 @@ def run(): run_cmdv(node, cmdv, all, poller, pipedesc) elif pendingexecs: node, cmdv = pendingexecs.popleft() - run_cmdv(node, cmdv, all, poller. pipedesc) + run_cmdv(node, cmdv, all, poller, pipedesc) singlepoller.close() for node in sortutil.natural_sort(pernodeout): for line in pernodeout[node]: