Skip to content

Commit

Permalink
Merge branch 'migrate_rapids_hpo_azureml' of github.com:rapidsai/depl…
Browse files Browse the repository at this point in the history
…oyment into migrate_rapids_hpo_azureml
  • Loading branch information
skirui-source committed Jul 12, 2023
2 parents 9ca355c + a363491 commit f8496c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/rapids_notebook_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def walk_files(app, dir, outdir):
with open(str(outdir / page.name), "w") as writer:
writer.write(
re.sub(
r"\{\{.*?\}\}",
r"(?<!\$)\{\{.*?\}\}",
partial(template_func, app),
notebook,
)
Expand Down

0 comments on commit f8496c3

Please sign in to comment.