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

minus doesn't stop creation of nested children #15

Open
byteface opened this issue Nov 28, 2021 · 1 comment
Open

minus doesn't stop creation of nested children #15

byteface opened this issue Nov 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@byteface
Copy link
Owner

if it was minused it should NOT create children.. currently they then go to the wrong dir

-proj # TODO - this should fail to create subsequent nested files/folders
    +archive
    +docs
    +src
    +tests
    .gitignore
    .travis.yml
    LICENSE
    README.md
    requirements.txt
    setup.py
    tox.ini
@byteface byteface added the bug Something isn't working label Nov 28, 2021
@byteface
Copy link
Owner Author

byteface commented Dec 10, 2021

i think this is resolved utilising dead_dir var. however another issue is user incorrectly nesting inside a file. where that happens it should fails and does. but i think may not if there's multiple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant