Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 1e01b0b

Browse files
authored
chore: generate python samples templates in owlbot.py (#73)
Generate python samples templates in owlbot.py
1 parent 217ad7b commit 1e01b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# ----------------------------------------------------------------------------
2626
common = gcp.CommonTemplates()
2727
templated_files = common.py_library(microgenerator=True)
28+
python.py_samples(skip_readmes=True)
2829
s.move(
2930
templated_files, excludes=[".coveragerc", ".gitignore",],
3031
)

0 commit comments

Comments
 (0)