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

Empty directory search aborts if a directory is found with space in the name #5

Closed
pixelb opened this issue Mar 12, 2015 · 2 comments
Closed

Comments

@pixelb
Copy link
Owner

pixelb commented Mar 12, 2015

Original issue 5 created by pixelb on 2007-07-22T08:26:46.000Z:

What steps will reproduce the problem?

  1. mkdir -p ~/1/2/3/4\ 4
  2. ls -ld ~/1/2/3/4\ 4
    drwxrwxr-x 2 davidt davidt 4096 2007-07-22 18:11 /home/davidt/1/2/3/4 4
  3. fslint-gui
  4. search path|remove|add|/home/davidt/1
  5. empty directories|find
    What do you see instead?
    <type 'exceptions.OSError'>: [Errno 2] No such file or directory:
    '/home/davidt/1/2/3/4\ 4'

What is the expected output?
the folder 4 4 | /home/davidt/1/2/3

What version of the product are you using? On what operating system?
fslint-2.22-1.fc7
as packaged within fedora everything.

Please provide any additional information below.
mv ~/1/2/3/4\ 4 ~/1/2/3/4
lets fslint build the list {1 item}, and tag then delete, works normally.

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #1 originally posted by pixelb on 2007-07-24T12:59:53.000Z:

<empty>

@pixelb
Copy link
Owner Author

pixelb commented Mar 12, 2015

Comment #2 originally posted by pixelb on 2007-07-25T10:45:20.000Z:

Fixed in svn now

@pixelb pixelb closed this as completed Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant