Skip to content
Snippets Groups Projects
Commit 6c4912d9 authored by Stefano Nardo's avatar Stefano Nardo Committed by Ugo Albanese
Browse files

[NRRPLT-8036] Fix path of csv records folder in the KG uploader's explorer

Merged in NRRPLT-8036-knowledge-graph-uploader-wont-display-csvs (pull request #294)

Approved-by: Sandro Weber
Approved-by: Manos Angelidis
parent 533c8e02
No related branches found
No related tags found
No related merge requests found
......@@ -670,7 +670,7 @@
checkAndLoadCsvFolder() {
this.storageServer
.getExperimentFiles(this.simulationInfo.experimentID)
.getExperimentFiles(this.simulationInfo.experimentID + '/csv_records')
.then(files => {
this.csvFolder = files.filter(
f => f.type === 'folder' && RegExp('csv_records_*').test(f.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment