mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
test_layout: str(Path)
This commit is contained in:
parent
15e6ecb95d
commit
62d05917c5
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def test_run_eynollah_layout_filename2(
|
||||||
'-o', str(outfile.parent),
|
'-o', str(outfile.parent),
|
||||||
] + options,
|
] + options,
|
||||||
[
|
[
|
||||||
infile
|
str(infile)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
assert outfile.exists()
|
assert outfile.exists()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue