Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loubbrad committed Dec 6, 2024
1 parent 0a81439 commit 00da281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def _get_mididicts_mp(_paths):
entry.metadata[k] = v

cnt += 1
# writer.write(entry.get_msg_dict())
writer.write(entry.get_msg_dict())

logger.info(
f"Finished - added {cnt}/{len(paths)} found MIDI files to dataset."
Expand Down

0 comments on commit 00da281

Please sign in to comment.