Commit fd8f5525 authored by Mouadh Kaabachi's avatar Mouadh Kaabachi Committed by GitHub

format

parent f91d563f
......@@ -198,7 +198,7 @@ class ConfigParser:
:param cube_path: path to cube (csv folders)
:param file_name: config file name (DEFAULT = cubes-config.xml)
"""
if cube_path == None:
if cube_path is None:
# for later tests with config file
from tests.test_xmla_notox import RUNNING_TOX
if RUNNING_TOX:
......
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