Skip to content

Commit

Permalink
调整日志
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Nov 8, 2024
1 parent 63de435 commit 629dc2f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tools/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ def main(
attachments = sorted(attachments, key=lambda x: configs.attachments.index(x))
all_font_sizes = font_sizes == configs.font_sizes

print()
print(f'cleanup = {cleanup}')
print(f'font_sizes = {font_sizes}')
print(f'width_modes = {width_modes}')
print(f'font_formats = {font_formats}')
print(f'attachments = {attachments}')
print()
logger.info('cleanup = {}', cleanup)
logger.info('font_sizes = {}', font_sizes)
logger.info('width_modes = {}', width_modes)
logger.info('font_formats = {}', font_formats)
logger.info('attachments = {}', attachments)

if cleanup and path_define.build_dir.exists():
shutil.rmtree(path_define.build_dir)
Expand Down

0 comments on commit 629dc2f

Please sign in to comment.