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

Commit d1d324b

Browse files
authored
chore: generate python samples templates in owlbot.py (#76)
Generate python samples templates in owlbot.py
1 parent 943a14e commit d1d324b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

owlbot.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# ----------------------------------------------------------------------------
3535

3636
templated_files = common.py_library(cov_level=98, microgenerator=True)
37+
python.py_samples(skip_readmes=True)
3738
s.move(templated_files, excludes=[
3839
# the microgenerator has a good coverage rc file
3940
".coveragerc",

0 commit comments

Comments
 (0)