Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleteEmtpyDirs should handle the exception for missing Info on path. #301

Open
djrichar opened this issue Nov 11, 2019 · 1 comment
Open
Labels
stage: triaging We are working on understanding the issue.

Comments

@djrichar
Copy link

if (repositories.getItemInfo(path).folder) {

during a cleanup execution it's possible for somthing to delete a directory so we should handle the excption thrown from repositories.getItemInfo . to allow for the completion of directory processing.

@ankushchadha
Copy link
Contributor

Thanks @djrichar for giving us the feedback. Please feel free to submit PR :-). We will also review it internally and get back.

@ankushchadha ankushchadha added the stage: triaging We are working on understanding the issue. label Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: triaging We are working on understanding the issue.
Projects
None yet
Development

No branches or pull requests

2 participants