Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
d89f0667
Commit
d89f0667
authored
5 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Debug OFC24 and Optical Controller
parent
ad9b39cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!285
Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/service/service/task_scheduler/TaskScheduler.py
+1
-1
1 addition, 1 deletion
src/service/service/task_scheduler/TaskScheduler.py
with
1 addition
and
1 deletion
src/service/service/task_scheduler/TaskScheduler.py
+
1
−
1
View file @
d89f0667
...
...
@@ -212,7 +212,7 @@ class TasksScheduler:
# service handler, so we choose the first one retrieved.
if
len
(
classes_service_handlers
)
<
1
:
raise
Exception
(
'
Unsupported case: {:s}
'
.
format
(
str
(
classes_service_handlers
)))
class_service_handler
,
_
=
classes_service_handlers
.
values
()[
0
]
class_service_handler
,
_
=
list
(
classes_service_handlers
.
values
()
)
[
0
]
if
class_service_handler
.
check_media_channel
(
connection_uuid
):
has_media_channel
=
True
else
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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