Skip to content
Snippets Groups Projects
Commit 3d6493f9 authored by Detailleur's avatar Detailleur
Browse files

[NRRPLT-8288] restore comment, correct typo

parent 5ad51dcb
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ class ExperimentExecutionService extends HttpService {
let brainProcesses = launchSingleMode ? 1 : experiment.configuration.brainProcesses;
//TODO: placeholder, register actual progress callback later
let progressCallback = (msg) => {
if (msg && msg.progress) {
if (msg.progress.done) {
......
......@@ -11,7 +11,7 @@ const scanStorageURL = `${config.api.proxy.url}${endpoints.proxy.storage.scanSto
* The Import Experiment Service performs the requests (Extract),
* processes data such as zip or folder (Transform),
* and passes them to the Import Experiment Component (Load).
* Errors are handled by communicating witht he Error Handler Service.
* Errors are handled by communicating with the Error Handler Service.
*/
let _instance = null;
......
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