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

[DirectoryTree]When you are using name as an "id" you will get an error when the same name occurs again for example #2

Open
jswistak opened this issue Jan 8, 2020 · 1 comment

Comments

@jswistak
Copy link

jswistak commented Jan 8, 2020

For example when we will have inside our folder
a with folder c with folder d
and
b with folder c with folder e
the output will be

a
-c
--d
b
-c
--d

but should be

a
-c
--d
b
-c
--e
@jswistak
Copy link
Author

jswistak commented Jan 8, 2020

Error occurs cause you are using folder's name as an id in 32-nd line.

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

No branches or pull requests

1 participant