Skip to content
Snippets Groups Projects
Commit 8a452b4e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Tools - Context Queries:

- Corrected return type in Topology methods
parent ded39a94
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!180Resolve "(CTTC) Extend Context component to explicitly add devices and links to particular topologies"
...@@ -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[TopologyDetails]:
try: try:
# pylint: disable=no-member # pylint: disable=no-member
topology_id = TopologyId() topology_id = TopologyId()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment