Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix for EvolvePokemon #4965

Merged
merged 1 commit into from
Aug 30, 2016
Merged

Hotfix for EvolvePokemon #4965

merged 1 commit into from
Aug 30, 2016

Conversation

alexyaoyang
Copy link
Contributor

No description provided.

@mention-bot
Copy link

@alexyaoyang, thanks for your PR! By analyzing the annotation information on this pull request, we identified @mjmadsen, @achretien and @novadev94 to be potential reviewers

@alexyaoyang alexyaoyang merged commit 012b7fd into PokemonGoF:dev Aug 30, 2016
@@ -49,7 +49,7 @@ def work(self):
filtered_list = filter(lambda x: x.name in self.evolve_list, filtered_list)

if (len(self.donot_evolve_list) > 0) and self.donot_evolve_list[0] != 'none':
filtered_list = filter(lambda pokemon: pokemon.name not in donot_evolve_list, filtered_list)
filtered_list = filter(lambda pokemon: pokemon.name not in self.donot_evolve_list, filtered_list)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh! My bad.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everyone makes mistakes 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants