Skip to content

Commit

Permalink
Updates some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Feb 26, 2018
1 parent 5007170 commit 26ea118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,10 @@ if args.configfile and config.read(args.configfile):
print("Successfully removed subtable:", subtable)
except Exception:
print("Failed to remove subtable:", subtable)

elif args.removeligatures:
print("Unable to read configfile, unable to remove ligatures")
else:
print("Unable to read configfile, skipping configfile related actions")
print("No configfile given, skipping configfile related actions")

# basically split the font name around the dash "-" to get the fontname and the style (e.g. Bold)
# this does not seem very reliable so only use the style here as a fallback if the font does not
Expand Down

0 comments on commit 26ea118

Please sign in to comment.