diff --git a/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py b/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py index 80b8ff973f6be4d599a8eebd9708435d3db68c2a..eeb754671a3050145537954f51facdfe6c628156 100644 --- a/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py +++ b/eu_basynthec/source/core-plugins/basynthec/1/dss/reporting-plugins/chicago/load-data-from-file-and-put-to-table.py @@ -40,5 +40,5 @@ def addDataToTable(dataList, table): row.setCell(FIELD_HAS_PHENOTYPES, hasPhenotypes) def aggregate(parameters, table): - data = loadDataFromFile('TODO_FILE_TO_FILE_WITH_SERVER_DATA') + data = loadDataFromFile('TODO_PATH_TO_FILE_WITH_SERVER_DATA') addDataToTable(data, table)