2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 05:50:30 +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

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