Skip to content

Commit

Permalink
chore: fix synth.py error and enable multiple autosynth commits (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 30, 2020
1 parent 010c112 commit 2faeb54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synth.py
Expand Up @@ -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',
Expand Down

0 comments on commit 2faeb54

Please sign in to comment.