mirror of
https://codeberg.org/kazephil/Little_CAT_Helpers.git
synced 2023-08-25 14:05:45 +02:00
Fix Path function call.
This commit is contained in:
parent
7aa7eefe95
commit
b48222c757
@ -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 -*-']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user