From 559acb81961d13a9eaa62c07d4c65a8d71c26e2b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 23 Feb 2024 11:54:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20mypy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/retro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/retro.py b/commands/retro.py index 2a506a4..059561a 100644 --- a/commands/retro.py +++ b/commands/retro.py @@ -18,7 +18,7 @@ if not path.is_dir(): for console in path.iterdir(): if console.is_dir() and Path(console / "roms").is_dir(): # run has_files - run(["has_files.sh", Path(console.name / "roms"), console.name, "true", path]) + run(["has_files.sh", f"{console.name}/roms", console.name, "true", path]) # download metadata metadatas = get(