Closed demsarjure closed 1 year ago
PR for issue https://github.com/Washington-University/HCPpipelines/issues/269
Previously the wildcard search could find directories along with files, the subsequent imcp for copying images/files would then crashed when a directory was provided as an input.
This fix now filters the wildcard search to files only.
I am fine with merging if you guys have tested.
Looks reasonable to me.
PR for issue https://github.com/Washington-University/HCPpipelines/issues/269
Previously the wildcard search could find directories along with files, the subsequent imcp for copying images/files would then crashed when a directory was provided as an input.
This fix now filters the wildcard search to files only.