Commit 943b89c
fix: use message=None instead of message="" in job_orchestrator
With the `is not None` checks in `AirbyteTracedException.__str__` (PR #927),
`message=""` returns an empty string instead of falling back to the detailed
`internal_message`. Using `None` lets the fallback work correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b6abaed commit 943b89c
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
0 commit comments