Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nrp-frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neurorobotics Platform
nrp-frontend
Commits
3d6493f9
Commit
3d6493f9
authored
3 years ago
by
Detailleur
Browse files
Options
Downloads
Patches
Plain Diff
[NRRPLT-8288] restore comment, correct typo
parent
5ad51dcb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/services/experiments/execution/experiment-execution-service.js
+1
-0
1 addition, 0 deletions
...ces/experiments/execution/experiment-execution-service.js
src/services/experiments/files/import-experiment-service.js
+1
-1
1 addition, 1 deletion
src/services/experiments/files/import-experiment-service.js
with
2 additions
and
1 deletion
src/services/experiments/execution/experiment-execution-service.js
+
1
−
0
View file @
3d6493f9
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
src/services/experiments/files/import-experiment-service.js
+
1
−
1
View file @
3d6493f9
...
...
@@ -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 with
t
he Error Handler Service.
* Errors are handled by communicating with
t
he Error Handler Service.
*/
let
_instance
=
null
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment