From 6f568919e1cf2fb1518d23490fd083e563fbb6b7 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 23 Oct 2019 15:57:16 -0400 Subject: [PATCH] Correct instance callout The wrong value was called out --- confluent_client/bin/nodeattrib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodeattrib b/confluent_client/bin/nodeattrib index ff672115..63443a08 100755 --- a/confluent_client/bin/nodeattrib +++ b/confluent_client/bin/nodeattrib @@ -90,7 +90,7 @@ if len(args) > 1: if oneval != twoval: print('Values did not match.') argassign[arg] = twoval - client.stop_if_noderange_over(noderange, options.maxnodes) + session.stop_if_noderange_over(noderange, options.maxnodes) exitcode=client.updateattrib(session,args,nodetype, noderange, options, argassign) try: # setting user output to what the user inputs