Skip to content

Commit 977358b

Browse files
committed
debug win
1 parent 73b8ffe commit 977358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ def _match_file(
13271327
def _resolve_local_path(path_str: str) -> Path:
13281328
parsed = parse_url(path_str)
13291329
if is_platform_windows():
1330-
return Path(path_str).resolve()
1330+
return Path(path_str)
13311331
return Path(unquote(parsed.path))
13321332

13331333

0 commit comments

Comments
 (0)