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

improve exception handling when removing files #31

Closed
wants to merge 1 commit into from

Conversation

jpkotta
Copy link

@jpkotta jpkotta commented Mar 12, 2014

If the fs is readonly, or I otherwise don't have permission to delete something from a .Trash directory, trash-empty blows up with an uncaught exception. This is a problem because trash-empty looks for .Trash directories on each mountpoint, some of which I don't have write access to.

Also, os is imported at the top level, no need to do local imports.

@andreafrancia
Copy link
Owner

This patch will broke the tests. Please launch nosetest and check the results before submitting a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants