Commit f80c831
committed
Fix ConfigManagingActor crash 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.
Signed-off-by: Elzbieta Kotulska <[email protected]>1 parent dd7c65f commit f80c831
1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
167 | 176 | | |
168 | 177 | | |
169 | 178 | | |
| |||
185 | 194 | | |
186 | 195 | | |
187 | 196 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| |||
0 commit comments