You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to gorakhargosh/watchdog#918, it seems that Mac's FSEvents doesn't support watching a single file. The workaround some users have found is to specify recursive=True, which isn't supported but does seem to solve the problem.
I believe the solution here would be to check the OS and, if it's darwin, set recursive=True. The default can and probably should be False, especially if this PR ends up merging.
The text was updated successfully, but these errors were encountered:
ovos-config/ovos_config/config.py
Line 279 in f8959bc
According to gorakhargosh/watchdog#918, it seems that Mac's FSEvents doesn't support watching a single file. The workaround some users have found is to specify
recursive=True
, which isn't supported but does seem to solve the problem.I believe the solution here would be to check the OS and, if it's darwin, set
recursive=True
. The default can and probably should be False, especially if this PR ends up merging.The text was updated successfully, but these errors were encountered: