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

NotADirectoryError: [Errno 20] Not a directory: '/path/to/bin/bin' - bin as file #3241

Closed
hevi9 opened this issue Feb 20, 2018 · 1 comment
Closed
Labels
good first issue easy issue that is friendly to new contributor topic: collection related to the collection phase type: bug problem that needs to be addressed

Comments

@hevi9
Copy link

hevi9 commented Feb 20, 2018

if not bindir.exists():

Should be ?

if not bindir.is_dir():
..

@nicoddemus nicoddemus added type: bug problem that needs to be addressed topic: collection related to the collection phase labels Feb 26, 2018
@nicoddemus
Copy link
Member

@hevi9 indeed, would you like to contribute a PR?

@nicoddemus nicoddemus added the good first issue easy issue that is friendly to new contributor label Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue easy issue that is friendly to new contributor topic: collection related to the collection phase type: bug problem that needs to be addressed
Projects
None yet
Development

No branches or pull requests

2 participants