-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix: Fixed crash that would occur when switching between Network and Recycle Bin #10728
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
Fix: Fixed crash that would occur when switching between Network and Recycle Bin #10728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
If it can wait I'd like to take a look at this. |
@gave92 solution is much cleaner. The issue I offer felt like a makeshift fix, thanks for having looking into it ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks, |
5f60056
to
355544b
Compare
Do you know where it's still needed? Might be useful to add a comment. |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Resolved / Related Issues
What has been done
try...catch...
so the exception raised when a path not valid would be given is no longer making the application crash.Validation
How did you test these changes?