类名错误 Signed-off-by: binren <zhangbr@elab-plus.com>
@@ -363,7 +363,7 @@ class Mvp:
# self.scores_tag = ExcelUtil(file_name='行为与模块分值汇总.xlsx', sheet_name='行为').init_scores()
# self.score_module = ExcelUtil(file_name='行为与模块分值汇总.xlsx', sheet_name='模块').init_scores()
self.people_info_1 = self.people_info()
- self.out_way_datas = Exception(file_name=path).init_out_way()
+ self.out_way_datas = ExcelUtil(file_name=path).init_out_way()
def close(self):
self.shangju_db.close()