mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Whitespace normalization.
This commit is contained in:
parent
4a9faa1ea0
commit
d2a1aa4b1e
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ def getctime(filename):
|
||||||
return os.stat(filename).st_ctime
|
return os.stat(filename).st_ctime
|
||||||
|
|
||||||
def exists(s):
|
def exists(s):
|
||||||
"""Test whether a path exists. Returns False for broken symbolic links"""
|
"""Test whether a path exists. Returns False for broken symbolic links"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
st = os.stat(s)
|
st = os.stat(s)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue