enricofer / go2streetview

22 stars 22 forks source link

Updated the plugin to use the pathlib library #37

Closed Welshmilla closed 4 years ago

Welshmilla commented 5 years ago

The plugin fails when the Windows roaming profile is on a network UNC path. I've updated the plugin to use the pathlib library to create URLs, which fixes the problem

enricofer commented 4 years ago

In the meanwhile I developed some untracked features conflicting with your PR. As I'm not a git wizard I manually rewrite them in code: https://github.com/enricofer/go2streetview/blob/acc511fa035ff42b139cfd514a6d7ae1ec9b337d/go2streetview.py#L855 Thanks anyway for the submission.