Skip to content

Commit 2faeb54

Browse files
authored
chore: fix synth.py error and enable multiple autosynth commits (#215)
1 parent 010c112 commit 2faeb54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

synth.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
"""This script is used to synthesize generated parts of this library."""
1616

17-
import synthtool.languages.java
17+
import synthtool.languages.java as java
18+
19+
AUTOSYNTH_MULTIPLE_COMMITS = True
1820

1921
java.common_templates(excludes=[
2022
'README.md',

0 commit comments

Comments
 (0)