Browse Source

line too large:

Bastien Sevajol 9 years ago
parent
commit
da47f60a08
1 changed files with 3 additions and 1 deletions
  1. 3 1
      intelligine/display/Pygame.py

+ 3 - 1
intelligine/display/Pygame.py View File

@@ -14,7 +14,9 @@ class Pygame(XyzPygame):
14 14
     def receive(self, actions_done):
15 15
         super().receive(actions_done)
16 16
         if self._is_display_pheromones:
17
-            pheromones_positions = self._context.metas.list.get(PHEROMON_POSITIONS, PHEROMON_POSITIONS, allow_empty=True)
17
+            pheromones_positions = self._context.metas.list.get(PHEROMON_POSITIONS,
18
+                                                                PHEROMON_POSITIONS,
19
+                                                                allow_empty=True)
18 20
             self._display_pheromones(pheromones_positions, self._context)
19 21
 
20 22
     def _display_pheromones(self, pheromones_positions, context):