2
0
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:
Jarrod Johnson 2019-01-16 11:31:06 -05:00
parent 18713797b9
commit 1378b01feb

View File

@ -132,6 +132,7 @@ def parse_config_line(arguments):
continue
if needval:
key = needval
needval = None
value = param
_assign_value()
continue