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(