We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8296e commit 4b51b7cCopy full SHA for 4b51b7c
tdp/core/collections.py
@@ -229,5 +229,5 @@ def get_components_from_service(
229
ServiceComponentName(service_name, operation.component_name)
230
for operation in self.operations.values()
231
if operation.service_name == service_name
232
- and not operation.is_service_operation()
+ and operation.component_name is not None
233
}
0 commit comments