Commit 13be4df
committed
fix: propagate exceptions in Bootstrapper._build_sdist to fail on sdist build errors
Previously, _build_sdist() would catch and log all exceptions, causing the build
to continue even if building the source distribution failed. This could result in
undefined or misleading behavior. Now, exceptions are allowed to propagate,
ensuring that build failures are reported and handled properly.
Fixes #637
Signed-off-by: Emilien Macchi <emacchi@redhat.com>1 parent 1699e54 commit 13be4df
1 file changed
Lines changed: 13 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
330 | 336 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
352 | 340 | | |
353 | 341 | | |
354 | 342 | | |
| |||
0 commit comments