Skip to content

Commit

Permalink
Fix typo in font-patcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
llc0930 authored and Finii committed Jun 6, 2023
1 parent 0726e5e commit d385603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ def setup_arguments():
args = parser.parse_args()

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)

# if you add a new font, set it to True here inside the if condition
Expand Down

0 comments on commit d385603

Please sign in to comment.