-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create folders return split by datatype #382
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @JoeZiminski, I spotted a few issues that slipped through in this one. Luckily they are trivial to fix.
Thanks @niksirbi for these catches 😱 a lot of mistakes! These should all be fixed now, I added a test to cover the previously broken behaviour. Cheers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, that's why re review all PRs 😉
LGTM now.
… input and display message.
Co-authored-by: Niko Sirmpilatze <[email protected]>
6f1f1b9
to
3a69bfa
Compare
362b0b1
to
2b927f7
Compare
This PR splits the output of
create_folders
by datatype. Now aDict
is returned with datatypes as keys and a list of created paths as values. If no datatype is created the dict keys aresub
orses
.Test and docs are updated. closes #374.