Skip to content

Commit

Permalink
Fix metadata function name (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
loubbrad authored Jan 25, 2024
1 parent 7d23ca9 commit 4ed0a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria/data/midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def get_metadata_fn(metadata_proc_name: str):
"composer_filename": meta_composer_filename,
"composer_metamsg": meta_composer_metamsg,
"form_filename": meta_form_filename,
"maestro_csv": meta_maestro_csv,
"maestro_csv": meta_maestro_json,
}

fn = name_to_fn.get(metadata_proc_name, None)
Expand Down

0 comments on commit 4ed0a5b

Please sign in to comment.