ADD «TODO11: IndexError: string index out of range»|TP_3.9

This commit is contained in:
Fred Z 2018-02-15 09:19:08 +01:00
parent e83f87dd98
commit 442d2b2bff
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class Map:
raise NotImplementedError(ERR_UNKNOW)
# Traitement en fonction de la case du prochain pas
# TODO next_char = self._data_text[next_position] : IndexError: string index out of range
# TODO11 next_char = self._data_text[next_position] : IndexError: string index out of range
next_char = self._data_text[next_position]
if next_char == MAZE_ELEMENTS['wall']:
move_status = 1