Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watching a dir executes twice #3

Open
alfredodeza opened this issue Dec 6, 2011 · 2 comments
Open

Watching a dir executes twice #3

alfredodeza opened this issue Dec 6, 2011 · 2 comments

Comments

@alfredodeza
Copy link
Contributor

If you are watching a directory for changes, the command gets executed twice. Always.

@alfredodeza
Copy link
Contributor Author

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 :/

@pxg
Copy link

pxg commented Jun 12, 2013

Could you just watch for *.py files in the dir or is this not an option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants