Skip to content

Commit c0a68fd

Browse files
groksrcphernandez
andauthored
Update src/basic_memory/file_utils.py
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
1 parent 50c7372 commit c0a68fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ async def update_frontmatter(path: FilePath, updates: Dict[str, Any]) -> str:
237237
raise FileError(f"Failed to update frontmatter: {e}")
238238

239239

240-
def dumps_frontmatter_obsidian_compatible(post: frontmatter.Post) -> str:
240+
def dump_frontmatter(post: frontmatter.Post) -> str:
241241
"""
242242
Serialize frontmatter.Post to markdown with Obsidian-compatible YAML format.
243243

0 commit comments

Comments
 (0)