fix folder bug
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -198,7 +198,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -198,7 +198,7 @@ class Command(BaseCommand, LoggerMixin): |
198 | else: | 198 | else: |
199 | res_list.append((pno, ino, part_idx, consts.RES_FAILED)) | 199 | res_list.append((pno, ino, part_idx, consts.RES_FAILED)) |
200 | 200 | ||
201 | wb = BSWorkbook(set(), set(), set(), set()) | 201 | wb = BSWorkbook(set(), set(), set(), set(), set()) |
202 | wb.simple_license_rebuild(license_summary, consts.DOC_SCHEME_LIST[0]) | 202 | wb.simple_license_rebuild(license_summary, consts.DOC_SCHEME_LIST[0]) |
203 | wb.remove_base_sheet() | 203 | wb.remove_base_sheet() |
204 | wb.save(excel_path) | 204 | wb.save(excel_path) | ... | ... |
-
Please register or sign in to post a comment