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
Fix ConfigManagingActor crashing when any file was deleted
`event.path.samefile` raises error if:
* `event.pathq` doesn't exists
* path `p` doesn't exists
In this case it raised exception:
* if any file in parent directory was deleted
* any path in self._config_paths didn't exist
Signed-off-by: Elzbieta Kotulska <[email protected]>
0 commit comments