From 62d05917c51072631fc1e10246b2d98584a00694 Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 30 Oct 2025 12:17:38 +0100 Subject: [PATCH] test_layout: str(Path) --- tests/cli_tests/test_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli_tests/test_layout.py b/tests/cli_tests/test_layout.py index 776372c..cd60e36 100644 --- a/tests/cli_tests/test_layout.py +++ b/tests/cli_tests/test_layout.py @@ -70,7 +70,7 @@ def test_run_eynollah_layout_filename2( '-o', str(outfile.parent), ] + options, [ - infile + str(infile) ] ) assert outfile.exists()