Private GIT

Skip to content
Snippets Groups Projects
Commit 6c782284 authored by Labrys of Knossos's avatar Labrys of Knossos
Browse files

Merge pull request #444 from labrys/fix-break

Fix for-break-else statement.
parents d2b296b9 e79409a7
Branches
Tags
No related merge requests found
...@@ -1285,7 +1285,7 @@ def mapIndexersToShow(showObj): ...@@ -1285,7 +1285,7 @@ def mapIndexersToShow(showObj):
if len(nlist) >= 4: if len(nlist) >= 4:
logger.log(u"Found indexer mapping in cache for show: " + showObj.name, logger.DEBUG) logger.log(u"Found indexer mapping in cache for show: " + showObj.name, logger.DEBUG)
mapped[int(curResult['mindexer'])] = int(curResult['mindexer_id']) mapped[int(curResult['mindexer'])] = int(curResult['mindexer_id'])
return mapped break
else: else:
sql_l = [] sql_l = []
for indexer in sickbeard.indexerApi().indexers: for indexer in sickbeard.indexerApi().indexers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment