De-indent else in core selection loop

This commit is contained in:
Rilic
2023-07-16 16:47:16 +01:00
parent 5a89f8a542
commit 9ffbcc73ae

View File

@@ -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]