Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: CodeRabbit <no-reply@coderabbit.ai>
This commit is contained in:
parent
045adcd528
commit
17ec4e853c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue