Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dvc dependency repo: Catch FileNotFoundError (#10501)
- When checkouting non-existent file the _checkout_file recursively calls os.stat on a symlinked file which destination doesn't exist. This causes a FileNotFoundError but it is not catched and it causes an unexpected error instead. Fixes #10500.
- Loading branch information