Loading src/context/service/database/uuids/Topology.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ def topology_get_uuid( if len(topology_name) > 0: return context_uuid, get_uuid_from_string(topology_name, prefix_for_name=context_uuid) if allow_default: return context_uuid, get_uuid_from_string(DEFAULT_TOPOLOGY_NAME) return context_uuid, get_uuid_from_string(DEFAULT_TOPOLOGY_NAME, prefix_for_name=context_uuid) if allow_random: return context_uuid, get_uuid_random() Loading Loading
src/context/service/database/uuids/Topology.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ def topology_get_uuid( if len(topology_name) > 0: return context_uuid, get_uuid_from_string(topology_name, prefix_for_name=context_uuid) if allow_default: return context_uuid, get_uuid_from_string(DEFAULT_TOPOLOGY_NAME) return context_uuid, get_uuid_from_string(DEFAULT_TOPOLOGY_NAME, prefix_for_name=context_uuid) if allow_random: return context_uuid, get_uuid_random() Loading