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

removed null from the flow

This commit is contained in:
erderial 2022-09-29 20:15:55 +03:00 committed by GitHub
parent e09c594ffb
commit e180ec0bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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])):