Closed onekiloparsec closed 5 years ago
'>' not supported between instances of 'NoneType' and 'int'
new_index = min(max(0, new_index), last_valid_index) # crunch new index inside valid range
in ./arcsecond/profiles/serializers/nodes.py in _update_node_tree_with_same_parent
./arcsecond/profiles/serializers/nodes.py in _update_node_tree_with_same_parent
Fixed and deployed (since quite a while)
'>' not supported between instances of 'NoneType' and 'int'
new_index = min(max(0, new_index), last_valid_index) # crunch new index inside valid range
in
./arcsecond/profiles/serializers/nodes.py in _update_node_tree_with_same_parent