From e180ec0bc897930fc373e517717e5882b5001d4b Mon Sep 17 00:00:00 2001 From: erderial <71669104+erderial@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:15:55 +0300 Subject: [PATCH] removed null from the flow --- confluent_client/bin/nodeconsole | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_client/bin/nodeconsole b/confluent_client/bin/nodeconsole index 85e8eeb9..ba0e7754 100755 --- a/confluent_client/bin/nodeconsole +++ b/confluent_client/bin/nodeconsole @@ -55,7 +55,6 @@ if options.log: sys.exit(0) #added functionality for wcons if options.wcons: - null = open('/dev/null', 'w') nodes = [] sess = client.Command() for res in sess.read('/noderange/{0}/nodes/'.format(args[0])):