We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#
1 parent 7fbb5eb commit d7a0389Copy full SHA for d7a0389
1 file changed
src/basic_memory/services/entity_service.py
@@ -315,7 +315,7 @@ async def update_entity_relations(
315
except IntegrityError:
316
# Unique constraint violation - relation already exists
317
logger.debug(
318
- f"Skipping duplicate relation {rel.type} from {db_entity.permalink} target: {rel.target}, type: {rel.type}"
+ f"Skipping duplicate relation {rel.type} from {db_entity.permalink} target: {rel.target}"
319
)
320
continue
321
0 commit comments