Skip to content

Commit

Permalink
组件检测SDK做兼容性更改
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Dec 24, 2024
1 parent 0157e37 commit 8da704d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/tests/component_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ def get_component_white_list():
def get_components(components_list, import_prefix, skip_components):
components = {}
for component in components_list:
if not isinstance(components, str):
component = component.__name__

if component in skip_components:
continue

Expand Down

0 comments on commit 8da704d

Please sign in to comment.