From b0d7500ce4afdd8552cde579eec0bf515040c64b Mon Sep 17 00:00:00 2001 From: summerji Date: Tue, 7 Dec 2021 19:00:41 -0800 Subject: [PATCH] remove the temp solution --- owlbot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/owlbot.py b/owlbot.py index 5b183403..c8710fa9 100644 --- a/owlbot.py +++ b/owlbot.py @@ -13,10 +13,7 @@ # limitations under the License. import synthtool.languages.node as node -from synthtool import shell node.owlbot_main(templates_excludes=[ '.mocharc.js' ]) - -shell.run(('rm', '-rf', 'samples/generated'), hide_output = False)