Skip to content

Commit

Permalink
Update render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosplanchon committed Mar 1, 2016
1 parent 91121b8 commit 6a671d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outfancy/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def check_data_type_list_integrity(self, label_list=False, priority_list=None, d
the_type = 'desc'

# The type found is assigned to corresponding element in data_type_list.
#data_type_list[x] = the_type
data_type_list[x] = the_type

if len(to_rebuild) > 0:
errors.append('Table > Render > check_data_type_list_integrity: data_type_list was rebuilded of modified.')
Expand Down

0 comments on commit 6a671d1

Please sign in to comment.