-
Notifications
You must be signed in to change notification settings - Fork 26
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
[bug fix] Added includesType parameter when using walk function #1281
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.
Going to pre-approve, but this looks good.
Might want to confirm with everyone that file and folder is all you want.
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.
Checked current output on develop and on this branch and see it working as expected. Great catch @linglp !
Per discussion in code review, we should avoid calling |
Related to Jira: https://sagebionetworks.jira.com/browse/FDS-883
Changelog
getFilesInStorageDataset
getFilesInStorageDataset
functionNote: when writing unit test, I noticed that we are not catching cases where
fileNames
is not None ingetFilesInStorageDataset
function. See jira issue FDS 889 for details