Closed rekup closed 7 months ago
config.get now returns a xml.etree.ElementTree.Element due to the possibility of nested values. To fix the conditional check we need the text value of the respective config options.
config.get
xml.etree.ElementTree.Element
config.get
now returns axml.etree.ElementTree.Element
due to the possibility of nested values. To fix the conditional check we need the text value of the respective config options.