Closed dforce closed 9 years ago
There is a typo error in line 447 in scheduler.py Mentionned is " if os.path.lexists" and should be "if os.path.exists"
It's not a typo, it's meant to act the same as lstat, performing the existence check on the file or symlink itself, instead of the target of the symlink (if any).
There is a typo error in line 447 in scheduler.py Mentionned is " if os.path.lexists" and should be "if os.path.exists"