From 6c3d656f2393637f9a627b617dee558b9d8685d0 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 23 Feb 2024 11:52:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20has=5Ffiles=20run?= 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 2d10928..2a506a4 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", console.name, console.name, "true", path]) + run(["has_files.sh", Path(console.name / "roms"), console.name, "true", path]) # download metadata metadatas = get(