Skip to content

Commit

Permalink
组件检测SDK做兼容性更改 (#685)
Browse files Browse the repository at this point in the history
* 组件检测SDK做兼容性更改

* update

---------

Co-authored-by: yinjiaqi <[email protected]>
  • Loading branch information
C9luster and yinjiaqi authored Dec 24, 2024
1 parent 0157e37 commit 3ba1b9e
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(component, str):
component = component.__name__

if component in skip_components:
continue

Expand Down

0 comments on commit 3ba1b9e

Please sign in to comment.