瀏覽代碼

line too large:

Bastien Sevajol 9 年之前
父節點
當前提交
da47f60a08
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      intelligine/display/Pygame.py

+ 3 - 1
intelligine/display/Pygame.py 查看文件

@@ -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):