Fileparsing not optimal
Open
- Dominant language
- MATLAB
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
``` matlab
song_name = songs_list(song_index+2).name;
```
is not safe on all operating systems. E.g. on mac the script results in an error when there is a .DS_Store in any of the folders
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.