Commit 4b135b33 authored by mouadh's avatar mouadh

format

parent 711b677a
...@@ -23,7 +23,8 @@ class ConfigParser: ...@@ -23,7 +23,8 @@ class ConfigParser:
tree = etree.parse(config_file, parser) tree = etree.parse(config_file, parser)
try: try:
return tree.xpath('/cubes/xmla_authentication')[0].text == 'True' return tree.xpath('/cubes/xmla_authentication')[
0].text == 'True'
except: except:
return False return False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment