quick fix to call method...hah python
This commit is contained in:
parent
8ee3ae3d2b
commit
f92f487002
@ -125,7 +125,8 @@ def solution_items(variables: list, solver_run: SolverRun) -> Tuple[list]:
|
|||||||
if bundle: form_bundles.append(bundle)
|
if bundle: form_bundles.append(bundle)
|
||||||
|
|
||||||
for bundle in form_bundles:
|
for bundle in form_bundles:
|
||||||
items = bundle.ordered_items if solver_run.bundle_first_ordering else bundle.items
|
items = bundle.ordered_items(
|
||||||
|
) if solver_run.bundle_first_ordering else bundle.items
|
||||||
for item in items:
|
for item in items:
|
||||||
final_items.append(item)
|
final_items.append(item)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user