Skip to content

Commit 2ac0060

Browse files
authored
allow for futher embedded snippets (#36004)
* allow for futher embedded snippets * Update tools/azure-sdk-tools/ci_tools/snippet_update/python_snippet_updater.py
1 parent 81de947 commit 2ac0060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-sdk-tools/ci_tools/snippet_update/python_snippet_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
snippets = {}
1616
not_up_to_date = False
1717

18-
target_snippet_sources = ["samples/*.py", "samples/*/*.py"]
18+
target_snippet_sources = ["samples/*.py", "samples/**/*.py"]
1919
target_md_files = ["README.md"]
2020

2121

0 commit comments

Comments
 (0)