Commit 6fea0e10 authored by mouadh's avatar mouadh

little fix

parent fa0ec5f7
......@@ -207,7 +207,7 @@ class MdxEngine:
if config_file_parser.config_file_exist(
self.client
) and self.cube in config_file_parser.get_cubes_names(
client_type='web'):
client_type=self.client):
for cubes in config_file_parser.construct_cubes(self.client):
# TODO cubes.source == 'csv'
if cubes.source == 'postgres':
......
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