Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Dec 24, 2024
1 parent 8da704d commit a6a1a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/component_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ 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):
if not isinstance(component, str):
component = component.__name__

if component in skip_components:
Expand Down

0 comments on commit a6a1a8e

Please sign in to comment.