Merge branch 'feature/bs_excel' into feature/0611
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -178,7 +178,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -178,7 +178,7 @@ class Command(BaseCommand, LoggerMixin): |
178 | else: | 178 | else: |
179 | res_list.append((pno, ino, part_idx, consts.RES_FAILED)) | 179 | res_list.append((pno, ino, part_idx, consts.RES_FAILED)) |
180 | 180 | ||
181 | wb = BSWorkbook(set(), set(), set(), set()) | 181 | wb = BSWorkbook(set(), set(), set(), set(), set()) |
182 | wb.simple_license_rebuild(license_summary, consts.DOC_SCHEME_LIST[0]) | 182 | wb.simple_license_rebuild(license_summary, consts.DOC_SCHEME_LIST[0]) |
183 | wb.remove_base_sheet() | 183 | wb.remove_base_sheet() |
184 | wb.save(excel_path) | 184 | wb.save(excel_path) | ... | ... |
-
Please register or sign in to post a comment