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
|
||||
# in the bundle
|
||||
if bundle_index == None:
|
||||
# TODO: create actual "bundle" models instead of dicts
|
||||
bundles.append({ 'id': attribute_id, 'count': 1, 'type': type_attribute })
|
||||
else:
|
||||
bundles[bundle_index]['count'] += 1
|
||||
|
Reference in New Issue
Block a user