From 25a97136e91d5f0beb01e4ccaf400681dc6cb84a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 17 Aug 2021 15:04:56 -0600 Subject: [PATCH] chore: generate python samples templates in owlbot.py --- owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owlbot.py b/owlbot.py index d4b77a6..7e8b9c9 100644 --- a/owlbot.py +++ b/owlbot.py @@ -55,6 +55,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 # ----------------------------------------------------------------------------