Refix bug

This commit is contained in:
Thomas Forgione 2019-03-26 15:33:21 +01:00
parent 22a3311eb9
commit 28e8aae4ee
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Player(object):
:name the name of the file to look for
"""
return '/'.join(self.__module__.split('.')[:-1]) + '/'
return '/'.join(self.__module__.split('.')[:-1]) + '/' + name
def next_position_and_direction(self, current_position, id, map):