Skip to content

Commit

Permalink
Merge pull request #1073 from daltonmaag/fix-escape
Browse files Browse the repository at this point in the history
Fix bad escapes in string for `AutohintOTF`
  • Loading branch information
m4rc1e authored Dec 19, 2024
2 parents 148f454 + 150520e commit b025165
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 = r"otfautohint $args -o $out $in \|\| otfautohint $args -o $out $in --no-zones-stems"

0 comments on commit b025165

Please sign in to comment.