mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
db3756dade
commit
478c10554b
5 changed files with 8 additions and 8 deletions
|
@ -237,7 +237,7 @@ class PosixPathTest(unittest.TestCase):
|
|||
),
|
||||
True
|
||||
)
|
||||
# If we don't have links, assume that os.stat doesn't return resonable
|
||||
# If we don't have links, assume that os.stat doesn't return resonable
|
||||
# inode information and thus, that samefile() doesn't work
|
||||
if hasattr(os, "symlink"):
|
||||
os.symlink(
|
||||
|
@ -288,7 +288,7 @@ class PosixPathTest(unittest.TestCase):
|
|||
),
|
||||
True
|
||||
)
|
||||
# If we don't have links, assume that os.stat() doesn't return resonable
|
||||
# If we don't have links, assume that os.stat() doesn't return resonable
|
||||
# inode information and thus, that samefile() doesn't work
|
||||
if hasattr(os, "symlink"):
|
||||
if hasattr(os, "symlink"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue