Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Mar 22, 2021
1 parent 52994fb commit 4e6f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/crmshmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _convert2dict(file_content_lines, dup_sec_set=()):
if '{' in stripped_line:
sub_dict, new_index = _convert2dict(file_content_lines[i+1:], dup_sec_set)
sec_name = re.sub("\s*{", "", stripped_line)
corodict = _get_subdict(corodict, sub_dict, sec_name, dup_sec_set)
#corodict = _get_subdict(corodict, sub_dict, sec_name, dup_sec_set)
index = i + new_index
elif ':' in stripped_line:
key, *values = stripped_line.split(':')
Expand Down

0 comments on commit 4e6f0c7

Please sign in to comment.