Commit 3f1d8f8
committed
Fix ConfigManagingActor crash if any path in config_paths doesn't exist
`event.path.samefile(p)` raises error if:
* event.path doesn't exists
* path `p` doesn't exists
This PR checks if `p` exists before calling this method.
Signed-off-by: Elzbieta Kotulska <[email protected]>1 parent f80c831 commit 3f1d8f8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | 184 | | |
| |||
0 commit comments