Commit 45808780 authored by mouadh's avatar mouadh

update path

parent 52962cef
......@@ -244,7 +244,7 @@ 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(MdxEngine.DATA_FOLDER, 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