We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325dee1 commit 4fe3946Copy full SHA for 4fe3946
pipenv/project.py
@@ -53,7 +53,7 @@ def _normalized(p):
53
path_str = matches and matches[0] or str(loc)
54
else:
55
path_str = str(loc)
56
- return normalize_drive(path_str)
+ return normalize_drive(os.path.abspath(path_str))
57
58
59
DEFAULT_NEWLINES = u"\n"
0 commit comments