print ('FLOW LYT HEIGHT ') + str(grid_ui_height) + ' count ' + str(icon_count)
getting this error:
print ('FLOW LYT HEIGHT ') + str(grid_ui_height) + ' count ' + str(icon_count)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' #