Skip to content

Commit

Permalink
Improve formatting consistency in transfer_pokemon.py (#3397)
Browse files Browse the repository at this point in the history
Improve formatting consistency
  • Loading branch information
esqew authored and elicwhite committed Aug 10, 2016
1 parent 67fe00b commit 01bc14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/transfer_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def should_release_pokemon(self, pokemon, keep_best_mode = False):
if logic_to_function[cp_iv_logic](*release_results.values()):
self.emit_event(
'future_pokemon_release',
formatted="Releasing {pokemon} (CP {cp}/IV {iv}) based on rule: CP < {below_cp} {cp_iv_logic} IV < {below_iv}",
formatted="Releasing {pokemon} [CP {cp}] [IV {iv}] based on rule: CP < {below_cp} {cp_iv_logic} IV < {below_iv}",
data={
'pokemon': pokemon.name,
'cp': pokemon.cp,
Expand Down

0 comments on commit 01bc14d

Please sign in to comment.