mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Fix nodeconfig handling of multiple colons
If multiple colon designated settings are present, correctly associate settings with appropriate key.
This commit is contained in:
parent
18713797b9
commit
1378b01feb
@ -132,6 +132,7 @@ def parse_config_line(arguments):
|
||||
continue
|
||||
if needval:
|
||||
key = needval
|
||||
needval = None
|
||||
value = param
|
||||
_assign_value()
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user