Skip to content

Commit

Permalink
fix: remove non-valid Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Rys committed Jul 26, 2021
1 parent 03afba9 commit b7adf48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def merge_conf_file(src_file, dst_file, merge_mode="stanza_overwrite"):
if stanza not in dst_dict:
parser.add_section(stanza)
else:
parser.remove_section(stanza, false)
parser.remove_section(stanza)
parser.add_section(stanza)

for k, v in list(key_values.items()):
Expand Down

0 comments on commit b7adf48

Please sign in to comment.