Skip to content

Commit

Permalink
Merge branch 'main' into m7-kyber
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer authored Dec 20, 2024
2 parents 42d7231 + 3966d1a commit 400985d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slothy/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ def prepare_value(a):
return a

def apply_arg(l, arg, val):
# This function is also called on the values of tags, which may not be strings.
if isinstance(l, str) is False:
return l
l = re.sub(f"\\\\{arg}\\\\\\(\\)", val, l)
Expand Down

0 comments on commit 400985d

Please sign in to comment.