Browse Source
follow-up https://github.com/spesmilo/electrum/pull/8651 We cannot do direct comparison of path-like strings without normalisation. E.g. ``` relative_path() cp1. path='c:\\users\\user\\appdata\\roaming\\electrum\\wallets\\9dk', wallets=C:\Users\User\AppData\Roaming\Electrum\wallets relative_path() cp2. commonpath='c:\\users\\user\\appdata\\roaming\\electrum\\wallets' relative_path() cp3. new_path='9dk' ```master
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue