Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix test related to path on windows
On windows, `str(exc_info)` is returning escaped path, eg: '<ExceptionInfo UrlNotDvcRepoError("URL \'C:\\\\Users\\\\travis\\\\AppData\\\\Local\\\\Temp\\\\pytest-of-travis\\\\pytest-0\\\\popen-gw2\\\\test_get_url_git_only_repo_thr0\' is not a dvc repository.") tblen=2>' This commit just replaces the double slashes with single one. Bit of a hack, I know.
- Loading branch information