txtp-segmenter: fix path issue

This commit is contained in:
bnnm 2023-09-30 20:51:24 +02:00
parent 8d267a26d4
commit 11c025f766

View File

@ -117,6 +117,7 @@ def main():
name = get_txtp_name(args, file)
if not name in txtps:
txtps[name] = []
file = file.replace('\\', '/')
txtps[name].append(file)