Skip to content

Commit 3dfad35

Browse files
authored
Update Model.py
1 parent 679f6fc commit 3dfad35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def get_opp_heroes_in_cells(self, cells):
752752

753753
def cast_ability(self, hero_id=None, hero=None, ability_name=None, ability=None, cell=None, row=None, column=None):
754754
if World.DEBUGGING_MODE and World.LOG_FILE_POINTER is not None:
755-
World.LOG_FILE_POINTER.write('-------cast_ability-------\n' + 'hero_id:' + str(hero_id_ + '\thero:' + str(hero)
755+
World.LOG_FILE_POINTER.write('-------cast_ability-------\n' + 'hero_id:' + str(hero_id) + '\thero:' + str(hero)
756756
+ '\tability_name:' + str(ability_name) + '\nability:' + str(ability) + '\tcell:' +
757757
str(cell) + '\trow:' + str(row) + '\tcolumn:' + str(column))
758758
if hero_id is not None and ability_name is not None and cell is not None:

0 commit comments

Comments
 (0)