Commit 075e872
fix: use python3 one-liner to avoid YAML indentation break
Multi-line python3 -c blocks with unindented code end the YAML literal
block scalar prematurely; a single-line call avoids this.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 729bcc0 commit 075e872
1 file changed
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 96 | + | |
109 | 97 | | |
110 | 98 | | |
111 | 99 | | |
| |||
0 commit comments