Skip to content

Check not None on BatchReadBlobs

Rohit Kothur requested to merge rkothur/bulk-read-fix into master

I inadvertently introduced a bug in !235 (merged) where we would call Read() on all blobs, not just the ones that were actually found. So it's possible we could have called Read() on None.

This MR adds a check against the returned blob and adds a test to reinforce the behavior.

Edited by Rohit Kothur

Merge request reports