Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 3498b21

Browse files
authored
chore: generate python samples templates in owlbot.py (#24)
Generate python samples templates in owlbot.py
1 parent d29b51e commit 3498b21

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
@@ -54,6 +54,7 @@
5454
# ----------------------------------------------------------------------------
5555

5656
templated_files = gcp.CommonTemplates().py_library(microgenerator=True)
57+
python.py_samples(skip_readmes=True)
5758
s.move(templated_files, excludes=[".coveragerc"]) # the microgenerator has a good coveragerc file
5859

5960
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)