Skip to content

Commit 9abb309

Browse files
committed
chore: tidy up
1 parent 931d6a7 commit 9abb309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aperag/service/collection_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ async def create_search(
522522
collection = await self.db_ops.query_collection(search_user_id, collection_id)
523523
except Exception:
524524
# If marketplace access also fails, raise original not found error
525-
raise CollectionNotFoundException(collection_id)
525+
logger.info(f"Collection {collection_id} is not found in marketplace for user {user}")
526526

527527
if not collection:
528528
# Try to get collection associated with bot that is accessible to user

0 commit comments

Comments
 (0)