whitespace fixup. test__all__ and test_sundry were failing
for me on linux because of the inconsistent whitespace.
This commit is contained in:
parent
4ce6b351cc
commit
ae7639dbfb
|
@ -125,7 +125,7 @@ def islink(s):
|
||||||
"""Return true if the pathname refers to a symbolic link."""
|
"""Return true if the pathname refers to a symbolic link."""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import macfs
|
import macfs
|
||||||
return macfs.ResolveAliasFile(s)[2]
|
return macfs.ResolveAliasFile(s)[2]
|
||||||
except:
|
except:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue