Commit bceca04
Fix CI edge cases: guard os.remove, skip bare -- flag, use -s for empty file check
- Wrap os.remove() in try/except OSError on abort path so permission errors
don't mask the real MFCException
- Only pass --precision flag when matrix.precision is non-empty to avoid
invalid bare -- argument
- Use -s instead of -f for failed_uuids.txt to skip retry when file exists
but is empty
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 788e88a commit bceca04
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| |||
0 commit comments