Skip to content

Commit d79bf87

Browse files
authored
chore: generate python samples templates in owlbot.py (#99)
Generate python samples templates in owlbot.py
1 parent 3f4feca commit d79bf87

File tree

1 file changed

+1
-0
lines changed
  • packages/google-cloud-resource-manager

1 file changed

+1
-0
lines changed

packages/google-cloud-resource-manager/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
# Add templated files
7474
# ----------------------------------------------------------------------------
7575
templated_files = common.py_library(cov_level=98, microgenerator=True)
76+
python.py_samples(skip_readmes=True)
7677
s.move(templated_files)
7778

7879
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)