mirror of
https://github.com/xcat2/confluent.git
synced 2026-03-22 10:09:17 +00:00
Fix issues in nodeconfig async
This commit is contained in:
@@ -31,7 +31,7 @@ path = os.path.realpath(os.path.join(path, '..', 'lib', 'python'))
|
||||
if path.startswith('/opt'):
|
||||
sys.path.append(path)
|
||||
|
||||
import confluent.client as client
|
||||
import confluent.asynclient as client
|
||||
|
||||
class NullOpt(object):
|
||||
blame = None
|
||||
@@ -223,6 +223,7 @@ def parse_config_line(arguments, single=False):
|
||||
queryparms[path][attrib] = param
|
||||
|
||||
async def main():
|
||||
printsys = []
|
||||
if options.batch:
|
||||
printsys = []
|
||||
argfile = open(options.batch, 'r')
|
||||
|
||||
Reference in New Issue
Block a user