dparrini / python-comtrade

A module designed to read Common Format for Transient Data Exchange (COMTRADE) file format.
MIT License
80 stars 41 forks source link

Case insensitive comparison of file format #1

Closed mathiasrabe closed 5 years ago

mathiasrabe commented 5 years ago

I had some issues with the file format detection. My file was saved as "Binary" but your script is searching for "BINARY". So I made this commit to fix this. I just uppercase the string.