From 2faeb543c87d0a83a87ee0953159f0be805ad012 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 30 Mar 2020 09:56:42 -0700 Subject: [PATCH] chore: fix synth.py error and enable multiple autosynth commits (#215) --- synth.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/synth.py b/synth.py index aa99a78bd4..c80d2e1665 100644 --- a/synth.py +++ b/synth.py @@ -14,7 +14,9 @@ """This script is used to synthesize generated parts of this library.""" -import synthtool.languages.java +import synthtool.languages.java as java + +AUTOSYNTH_MULTIPLE_COMMITS = True java.common_templates(excludes=[ 'README.md',