Commit 79af07b5 authored by mouadh's avatar mouadh

Merge remote-tracking branch 'origin/rest_services' into rest_services

parents b0e89794 558111fe
......@@ -198,12 +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:
# for later tests with config file
from tests.test_xmla_notox import RUNNING_TOX
if RUNNING_TOX:
home_directory = os.environ.get('HOME_DIR')
else:
if cube_path is None:
from os.path import expanduser
home_directory = expanduser("~")
self.cube_path = os.path.join(home_directory, 'olapy-data', 'cubes')
......
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