pywatch
pywatch copied to clipboard
Watching a dir executes twice
If you are watching a directory for changes, the command gets executed twice. Always.
So what happens really is that if you have a 'py' file and a 'pyc' file, it will find both (which is correct) and will execute them both.
BOOO
Don't know what to do here :/
Could you just watch for *.py files in the dir or is this not an option?