Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: CodeRabbit <no-reply@coderabbit.ai>
This commit is contained in:
CodeRabbit 2025-04-01 00:06:37 +00:00 committed by Russell Ballestrini
parent 045adcd528
commit 17ec4e853c

View file

@ -74,8 +74,8 @@ def replace_special_content(content):
replaced_content = content
for pattern, template in patterns:
if "CODE" in template:
for pattern, template in patterns:
if "CODE" in template:
if "CODE" in template:
current_template = template # Create a local variable that will be properly captured
replaced_content = pattern.sub(