Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 2484e4b

Browse files
author
Benjamin E. Coe
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#422)
1 parent 4cf6458 commit 2484e4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
import logging
44

55
logging.basicConfig(level=logging.DEBUG)
6+
7+
AUTOSYNTH_MULTIPLE_COMMITS = True
8+
69
common_templates = gcp.CommonTemplates()
710
templates = common_templates.node_library()
811
s.copy(templates)

0 commit comments

Comments
 (0)