Skip to content

Commit 46b27a2

Browse files
authored
chore: generate python samples templates in owlbot.py (#32)
Generate python samples templates in owlbot.py
1 parent 1d6c306 commit 46b27a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-dms/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# ----------------------------------------------------------------------------
3939

4040
templated_files = gcp.CommonTemplates().py_library(microgenerator=True)
41+
python.py_samples(skip_readmes=True)
4142
s.move(templated_files, excludes=[".coveragerc"]) # the microgenerator has a good coveragerc file
4243

4344
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)