audrey06100 commited on
Commit
745cb1d
·
1 Parent(s): 7877440
Files changed (1) hide show
  1. 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
- "mappingData" : [
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