mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
abspath(): Fix inconsistent indentation.
This commit is contained in:
parent
2d9204199f
commit
da05e977f3
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ def abspath(path):
|
|||
try:
|
||||
path = _getfullpathname(path)
|
||||
except WindowsError:
|
||||
pass # Bad path - return unchanged.
|
||||
pass # Bad path - return unchanged.
|
||||
else:
|
||||
path = os.getcwd()
|
||||
return normpath(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue