saecki / mp4ameta

A library for reading and writing iTunes style MPEG-4 audio metadata
Apache License 2.0
35 stars 5 forks source link

Add description for IO errors #22

Closed probablykasper closed 3 years ago

probablykasper commented 3 years ago

Noticed that when I ran write_to_path with a non-existing path, there was no error message. With this PR, the error message would be IO Error: No such file or directory (os error 2).

saecki commented 3 years ago

Looks good!