fix dot in name

This commit is contained in:
Wolfang Torres
2026-06-20 12:03:01 +08:00
parent ab495b6d31
commit d797e655c6
2 changed files with 2 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ def output_anki_dictionary(
) -> Path:
"""Creates an anki file from a dictionary results"""
final_file = process_file.output_name.with_suffix(".apkg")
print()
deck_name = "::".join(
process_file.input_file.parts[:-1] + (process_file.output_name.stem,)
)