Skip to content

Commit

Permalink
style: Codestyle linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aragon999 committed Jul 16, 2024
1 parent 7e3d72f commit 4715633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/builder/operations/autohintOTF.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class AutohintOTF(OperationBase):
description = "Run otfautohint"
rule = "otfautohint $args -o \"$out\" \"$in\" \\|\\| otfautohint $args -o \"$out\" \"$in\" --no-zones-stems"
rule = 'otfautohint $args -o "$out" "$in" \\|\\| otfautohint $args -o "$out" "$in" --no-zones-stems'

0 comments on commit 4715633

Please sign in to comment.