Merge pull request #644 from fracsinus/overindent

font-patcher: remove_ligatures() never displays warnings
This commit is contained in:
Ryan L McIntyre 2021-11-17 20:28:45 -08:00 committed by GitHub
commit 045a09413a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,10 +413,10 @@ class font_patcher:
print("Successfully removed subtable:", subtable)
except Exception:
print("Failed to remove subtable:", subtable)
elif self.args.removeligatures:
print("Unable to read configfile, unable to remove ligatures")
else:
print("No configfile given, skipping configfile related actions")
elif self.args.removeligatures:
print("Unable to read configfile, unable to remove ligatures")
else:
print("No configfile given, skipping configfile related actions")
def check_position_conflicts(self):