Closed hofaflo closed 2 years ago
In gudb.GUDB_MD5, filename keys use forward slashes. On windows, converting a pathlib.Path to a string produces backward slashes.
gudb.GUDB_MD5
pathlib.Path
Nice catch, thanks @hofaflo!
In
gudb.GUDB_MD5
, filename keys use forward slashes. On windows, converting apathlib.Path
to a string produces backward slashes.