audrey06100 commited on
Commit
7877440
·
1 Parent(s): 2f42d70
Files changed (1) hide show
  1. app_utils.py +1 -1
app_utils.py CHANGED
@@ -346,7 +346,7 @@ def mapping_result(stage1_info, channel_info, filename):
346
  #"templateOrder" : channel_info["templateOrder"],
347
  #"inputOrder" : channel_info["inputOrder"],
348
  "batchNum" : batch_num,
349
- "mappingResults" : stage1_info["mappingResults"]
350
  }
351
  with open(filename, 'w') as jsonfile:
352
  jsonfile.write(json.dumps(data))
 
346
  #"templateOrder" : channel_info["templateOrder"],
347
  #"inputOrder" : channel_info["inputOrder"],
348
  "batchNum" : batch_num,
349
+ "mappingResults" : results
350
  }
351
  with open(filename, 'w') as jsonfile:
352
  jsonfile.write(json.dumps(data))