Commit 8bf94cc3 authored by mouadh's avatar mouadh

xmla with instance_path

parent 627438ac
......@@ -225,6 +225,8 @@ class MdxEngine:
:return: path to the cube
"""
if MdxEngine.DATA_FOLDER is not None:
return os.path.join(MdxEngine.DATA_FOLDER,'olapy-data', MdxEngine.CUBE_FOLDER, self.cube)
return os.path.join(self.cube_path, self.cube)
# TODO temporary function
......
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