abspath(): Fix inconsistent indentation.
This commit is contained in:
parent
2d9204199f
commit
da05e977f3
|
@ -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…
Reference in New Issue