Spaces:
Sleeping
Sleeping
Commit
·
745cb1d
1
Parent(s):
7877440
update
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -260,7 +260,7 @@ def match_names(stage1_info):
|
|
260 |
stage1_info.update({
|
261 |
"unassignedInputs" : get_unassigned_inputs(in_order, in_dict),
|
262 |
"missingTemplates" : get_empty_templates(tpl_order, tpl_dict),
|
263 |
-
"
|
264 |
{
|
265 |
"newOrder" : new_idx,
|
266 |
"fillFlags" : fill_flags
|
|
|
260 |
stage1_info.update({
|
261 |
"unassignedInputs" : get_unassigned_inputs(in_order, in_dict),
|
262 |
"missingTemplates" : get_empty_templates(tpl_order, tpl_dict),
|
263 |
+
"mappingResults" : [
|
264 |
{
|
265 |
"newOrder" : new_idx,
|
266 |
"fillFlags" : fill_flags
|