test_layout: str(Path)

This commit is contained in:
kba 2025-10-30 12:17:38 +01:00
parent 15e6ecb95d
commit 62d05917c5

View file

@ -70,7 +70,7 @@ def test_run_eynollah_layout_filename2(
'-o', str(outfile.parent),
] + options,
[
infile
str(infile)
]
)
assert outfile.exists()