Skip to content

Commit

Permalink
Merge pull request #1384 from Sage-Bionetworks/develop-fds-1790
Browse files Browse the repository at this point in the history
[bug fix] Fix wrong function name reference in function `get_viz_component_attributes_explorer`
  • Loading branch information
linglp authored Feb 27, 2024
2 parents 6462e63 + 6741f74 commit e64b82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schematic_api/api/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def get_viz_component_attributes_explorer(

attributes_csv = AttributesExplorer(
data_model, data_model_labels
).parse_component_attributes(
)._parse_component_attributes(
component, save_file=False, include_index=include_index
)

Expand Down

0 comments on commit e64b82c

Please sign in to comment.