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
8a452b4e
Commit
8a452b4e
authored
1 year ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Common - Tools - Context Queries:
- Corrected return type in Topology methods
parent
ded39a94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!235
Release TeraFlowSDN 3.0
,
!180
Resolve "(CTTC) Extend Context component to explicitly add devices and links to particular topologies"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/tools/context_queries/Topology.py
+1
-1
1 addition, 1 deletion
src/common/tools/context_queries/Topology.py
with
1 addition
and
1 deletion
src/common/tools/context_queries/Topology.py
+
1
−
1
View file @
8a452b4e
...
@@ -65,7 +65,7 @@ def get_topology(
...
@@ -65,7 +65,7 @@ def get_topology(
def
get_topology_details
(
def
get_topology_details
(
context_client
:
ContextClient
,
topology_uuid
:
str
,
context_uuid
:
str
=
DEFAULT_CONTEXT_NAME
,
context_client
:
ContextClient
,
topology_uuid
:
str
,
context_uuid
:
str
=
DEFAULT_CONTEXT_NAME
,
rw_copy
:
bool
=
False
rw_copy
:
bool
=
False
)
->
Optional
[
Topology
]:
)
->
Optional
[
Topology
Details
]:
try
:
try
:
# pylint: disable=no-member
# pylint: disable=no-member
topology_id
=
TopologyId
()
topology_id
=
TopologyId
()
...
...
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