fix: make TODO files md files

This commit is contained in:
Gigi
2025-04-05 00:55:02 +01:00
parent 8cc014d704
commit 778bf4c130

View File

@@ -85,7 +85,7 @@ def main():
print(f"Processing {action_file.name}...")
# Check if output file already exists
formatted_file = todos_dir / f"{action_file.stem}.txt"
formatted_file = todos_dir / f"{action_file.stem}.md"
if formatted_file.exists() and not args.force:
print(f" Skipping: {formatted_file} already exists")
continue