Skip to content

Commit

Permalink
Manual revert of elpendor#9
Browse files Browse the repository at this point in the history
elpendor#9 was a buggy PR and it seems to have introduced a bug (elpendor#10, elpendor#12). The PR claimed to fix a major issue where all attempts without `-p` would fail, but I can't replicate it.

Since I had already created a PR with elpendor#11 it doesn't seem to be possible to simply revert elpendor#9 with the Github button. So I'm doing it like this.
  • Loading branch information
seriema committed Jun 22, 2015
1 parent 41a6e15 commit c55ac57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def autoChooseBestResult(nodes,t):

def getPlatformNames(_platforms):
platforms = []
for (i, platform) in enumerate(ES_systems):
for (i, platform) in enumerate(_platforms.split(',')):
if gamesdb_platforms.get(platform, None) is not None: platforms.append(gamesdb_platforms[platform])
return platforms

Expand Down

0 comments on commit c55ac57

Please sign in to comment.