Commit c7d896f
Fix batch Python phase to honor --generatedFolder override
run_batch.py was always passed PLUGIN_DIR as --generated-dir, so when the
emitter-diff tool redirects output via --generatedFolder the batch phase looked
in the wrong tree, found no .tsp-codegen config files, and wrote zero .py files
(leaving the path-bearing config files behind as spurious diffs). Pass the
parent of GENERATED_FOLDER instead; it equals PLUGIN_DIR in the default case so
normal regeneration is unchanged.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent b996a66 commit c7d896f
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
171 | | - | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
0 commit comments