Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
调整日志格式
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jun 7, 2023
1 parent e48ce29 commit 2c1f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nico_font_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def create_sheet(
)
else:
raise Exception(f'Font file type not supported: {font_ext}')
logger.info(f"Loaded font file: '{font_file_path}'")
logger.info(f"Load font file: '{font_file_path}'")

sheet_data = [[_GLYPH_DATA_BORDER] for _ in range(font_rasterizer.adjusted_line_height)]
alphabet = []
Expand Down

0 comments on commit 2c1f35a

Please sign in to comment.