Skip to content

Commit

Permalink
More black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apdibbo committed Sep 23, 2024
1 parent cfb0070 commit 36d890a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

source = "/var/ossec/etc/ossec.template"
destination = "/var/ossec/etc/ossec.conf"
extra_config_dir = '/var/ossec/etc/extra/'
extra_config_dir = "/var/ossec/etc/extra/"


def dict_to_xml(tag, d):
Expand Down Expand Up @@ -132,7 +132,7 @@ def dict_to_xml(tag, d):
new_label = xml.etree.ElementTree.SubElement(ossec_xml.find("labels"), "label")
new_label.text = value
new_label.attrib["key"] = key
#labels_xml = ossec_xml.find('labels')
# labels_xml = ossec_xml.find('labels')

# Wodles
for wodle_key, wodle_item in wodles_conf.items():
Expand Down

0 comments on commit 36d890a

Please sign in to comment.