fix over-indentation

This commit is contained in:
fracsinus 2021-07-26 06:24:27 +09:00
parent bc4416e176
commit c72b0d98c1

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):