mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
fix over-indentation
This commit is contained in:
parent
bc4416e176
commit
c72b0d98c1
@ -413,10 +413,10 @@ class font_patcher:
|
|||||||
print("Successfully removed subtable:", subtable)
|
print("Successfully removed subtable:", subtable)
|
||||||
except Exception:
|
except Exception:
|
||||||
print("Failed to remove subtable:", subtable)
|
print("Failed to remove subtable:", subtable)
|
||||||
elif self.args.removeligatures:
|
elif self.args.removeligatures:
|
||||||
print("Unable to read configfile, unable to remove ligatures")
|
print("Unable to read configfile, unable to remove ligatures")
|
||||||
else:
|
else:
|
||||||
print("No configfile given, skipping configfile related actions")
|
print("No configfile given, skipping configfile related actions")
|
||||||
|
|
||||||
|
|
||||||
def check_position_conflicts(self):
|
def check_position_conflicts(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user