Fix Path function call.

This commit is contained in:
Philippe Tourigny 2022-07-17 15:27:32 +09:00
parent 7aa7eefe95
commit b48222c757
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def write_glossary(glossary):
merged_name = common.get_save_file_name(glossary_path,
glossary_files,
title)
merged_file = Path(glossary_path/merged_name)
merged_file = common.Path(glossary_path/merged_name)
glossary_header=['# Glossary in tab-separated format -*- coding: utf-8 -*-']