Pretty prints

master
Qwreey 2023-03-17 03:49:54 +09:00
parent 684b6f4554
commit 83ba0e1c09
No known key found for this signature in database
GPG Key ID: 01D9B192033CF43F
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ def build(target,deselectOriginalGlyphs,NerdFontsAdjust=True,baseSize=550,weight
# 적절한 크기를 위해서 크기조절을 수행함
if NerdFontsAdjust:
print(" Adjusting size . . .",end=False,flush=True)
print(" Adjusting size . . .",end="",flush=True)
postScript(target,deselectOriginalGlyphs,baseSize)
print(" [OK]")