Skip to content

Commit 92b1978

Browse files
committed
Merge branch 'feature/search-files' of github.com:odeimaiz/osparc-simcore into feature/search-files
2 parents 6b3f9b3 + 3717edb commit 92b1978

File tree

1 file changed

+3
-0
lines changed
  • services/storage/src/simcore_service_storage/api/_worker_tasks

1 file changed

+3
-0
lines changed

services/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ async def search(
164164
modified_at=modified_at,
165165
limit=1, # NOTE: yield items as they come
166166
):
167+
if not items:
168+
continue
169+
167170
data = [
168171
TaskStreamItem(
169172
data=SearchResultItem(

0 commit comments

Comments
 (0)