Parcourir la source

excel_util: 方法修改

Signed-off-by: binren <zhangbr@elab-plus.com>
binren il y a 5 ans
Parent
commit
da50d64403
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      excel_util.py

+ 1 - 1
excel_util.py

@@ -198,7 +198,7 @@ class ExcelUtil:
             获取选项的配置信息
         :return:
         """
-        work_sheet = self.read_excel_by_ox_name('行为-模块映射表')
+        work_sheet = self.read_excel_by_ox()
         rows = [row for row in work_sheet.rows][1:]
         info = {}
         for row in rows: