2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Correct instance callout

The wrong value was called out
This commit is contained in:
Jarrod Johnson 2019-10-23 15:57:16 -04:00
parent c441739f68
commit 6f568919e1

View File

@ -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