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

watchmedo does not work on mac with 0.10.4 #718

Closed
abessiari opened this issue Dec 10, 2020 · 1 comment
Closed

watchmedo does not work on mac with 0.10.4 #718

abessiari opened this issue Dec 10, 2020 · 1 comment

Comments

@abessiari
Copy link

Hi.
0.10.4 does not capture events on mac. 0.10.3 works just fine.
Did anything change that would make 0.10.4 not work on mac?
I have installed 0.10.3 and it works just fine.
With 0.10.4 nothing happens. Problem was produced by running watchmedo.
Thanks.
Python 3.7.9
python -m pip install -U "watchdog[watchmedo]"==0.10.3
python -m pip install -U "watchdog[watchmedo]"==0.10.4
watchmedo shell-command --patterns=".py;.txt" --recursive --command='echo "${watch_src_path}"' .

@abessiari abessiari changed the title dem watchmedo does not work on mac with 0.10.4 Dec 10, 2020
@BoboTiG
Copy link
Collaborator

BoboTiG commented Dec 10, 2020

Fixed by #716. I will release new versions with that important regression fix.

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

No branches or pull requests

2 participants