Skip to content

Commit

Permalink
chore: generate python samples templates in owlbot.py (#24)
Browse files Browse the repository at this point in the history
Generate python samples templates in owlbot.py
  • Loading branch information
busunkim96 committed Aug 18, 2021
1 parent 100213b commit e97d23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-dataflow-client/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# ----------------------------------------------------------------------------

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

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit e97d23b

Please sign in to comment.