af4dc406 by 周伟奇

fix folder bug

1 parent b17b3c65
......@@ -198,7 +198,7 @@ class Command(BaseCommand, LoggerMixin):
else:
res_list.append((pno, ino, part_idx, consts.RES_FAILED))
wb = BSWorkbook(set(), set(), set(), set())
wb = BSWorkbook(set(), set(), set(), set(), set())
wb.simple_license_rebuild(license_summary, consts.DOC_SCHEME_LIST[0])
wb.remove_base_sheet()
wb.save(excel_path)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!