cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
96 stars 25 forks source link

Fix GUDB checksum verification on windows #121

Closed hofaflo closed 2 years ago

hofaflo commented 2 years ago

In gudb.GUDB_MD5, filename keys use forward slashes. On windows, converting a pathlib.Path to a string produces backward slashes.

cbrnr commented 2 years ago

Nice catch, thanks @hofaflo!