We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7984ba4 commit b2e440eCopy full SHA for b2e440e
src/basic_memory/services/entity_service.py
@@ -732,7 +732,7 @@ async def update_entity_with_content(
732
and not self._paths_share_storage_target(previous_file_path, prepared.file_path)
733
):
734
raise EntityAlreadyExistsError(
735
- f"file already exists at destination path: {prepared.file_path}"
+ f"file already exists at destination path: {prepared.file_path.as_posix()}"
736
)
737
# --- Persist Prepared State ---
738
checksum = await self.file_service.write_file(
0 commit comments