diff --git a/src/importer/sources/retroarch_source.py b/src/importer/sources/retroarch_source.py index 189a1e8..11da224 100644 --- a/src/importer/sources/retroarch_source.py +++ b/src/importer/sources/retroarch_source.py @@ -58,9 +58,9 @@ class RetroarchSourceIterator(SourceIterator): ): if core_path != "DETECT": break - else: - logging.warning("Cannot find core for: %s", str(item["path"])) - continue + else: + logging.warning("Cannot find core for: %s", str(item["path"])) + continue # Build game game_title = item["label"].split("(", 1)[0]