Browse Source

mvp: bugfix

类名错误

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
177b5989d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mvp.py

+ 1 - 1
mvp.py

@@ -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()