Fix typo in font-patcher.

This commit is contained in:
lolicon0930 2023-06-05 22:25:30 +00:00 committed by Fini
parent 0726e5e229
commit d3856031c8

View file

@ -1878,7 +1878,7 @@ def setup_arguments():
args = parser.parse_args() args = parser.parse_args()
if args.makegroups > 0 and not FontnameParserOK: if args.makegroups > 0 and not FontnameParserOK:
logger.critical("FontnameParser module missing (bin/scripts/name_parser/Fontname*), specify --makegroups 0") logging.critical("FontnameParser module missing (bin/scripts/name_parser/Fontname*), specify --makegroups 0")
sys.exit(1) sys.exit(1)
# if you add a new font, set it to True here inside the if condition # if you add a new font, set it to True here inside the if condition