Don't use 'false'; use '0'.
This commit is contained in:
parent
5468a7b76b
commit
0523d63a5c
@ -129,7 +129,7 @@ def commonprefix(m):
|
|||||||
# This will always return false on systems where posix.lstat doesn't exist.
|
# This will always return false on systems where posix.lstat doesn't exist.
|
||||||
|
|
||||||
def islink(path):
|
def islink(path):
|
||||||
return false
|
return 0
|
||||||
|
|
||||||
|
|
||||||
# Does a path exist?
|
# Does a path exist?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user