Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaf2573

Browse files
authored
chore: generate python samples templates in owlbot.py (googleapis#24)
Generate python samples templates in owlbot.py
1 parent 2206909 commit aaf2573

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
@@ -31,6 +31,7 @@
3131
# ----------------------------------------------------------------------------
3232

3333
templated_files = gcp.CommonTemplates().py_library(microgenerator=True)
34+
python.py_samples(skip_readmes=True)
3435
s.move(templated_files, excludes=[".coveragerc"]) # the microgenerator has a good coveragerc file
3536

3637
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)