Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard committed Jan 7, 2025
1 parent 8b67a74 commit 6bc8dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/sound/core/sound_composer/sound_composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def load(self, project_path: str):

for i in range(len(gdcc_project)):
track = Track()
track.set_from_generic_data_container(gdcc_project.get_entry({"track_index": i}))
track.set_from_generic_data_containers(gdcc_project.get_entry({"track_index": i}))
self.add_track(track)

# TODO: Save cannot work for now because the FRF is not stored in the Filter class.
Expand Down

0 comments on commit 6bc8dbc

Please sign in to comment.