Skip to content
Snippets Groups Projects
Commit 746f3d4d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add convenience utility to format paths

parent 84c3ec9b
No related branches found
No related tags found
2 merge requests!69Change the name of the pre-calibrated output MS,!20Merge request HBA_calibrator to master
Pipeline #4722 failed
......@@ -22,3 +22,9 @@ function get_losoto_config(step_name) {
}
return par
}
function concatenate_path(object_list){
object_list.forEach(function (x, index, arr) {arr[index] = x.path;});
return '[' + object_list.join(',') + ']'
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment