brad-sp / cuckoo-modified

Modified edition of cuckoo
271 stars 100 forks source link

Typo error in scheduler.py #144

Closed dforce closed 9 years ago

dforce commented 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"

brad-sp commented 9 years ago

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).