comment for future work
This commit is contained in:
@ -44,6 +44,7 @@ class SolverRun(BaseModel):
|
|||||||
# and added to the list and needs to be, else increment the count of items
|
# and added to the list and needs to be, else increment the count of items
|
||||||
# in the bundle
|
# in the bundle
|
||||||
if bundle_index == None:
|
if bundle_index == None:
|
||||||
|
# TODO: create actual "bundle" models instead of dicts
|
||||||
bundles.append({ 'id': attribute_id, 'count': 1, 'type': type_attribute })
|
bundles.append({ 'id': attribute_id, 'count': 1, 'type': type_attribute })
|
||||||
else:
|
else:
|
||||||
bundles[bundle_index]['count'] += 1
|
bundles[bundle_index]['count'] += 1
|
||||||
|
Reference in New Issue
Block a user