Skip to content

Commit 73b8ffe

Browse files
committed
try to fix win
1 parent e74fe09 commit 73b8ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,8 @@ def _match_file(
13261326

13271327
def _resolve_local_path(path_str: str) -> Path:
13281328
parsed = parse_url(path_str)
1329+
if is_platform_windows():
1330+
return Path(path_str).resolve()
13291331
return Path(unquote(parsed.path))
13301332

13311333

0 commit comments

Comments
 (0)