Commit 5e77972
authored
Fix TypeError in sync_ironic by adding missing request_id parameter (#1849)
Two calls to push_task_output() were missing the required request_id
parameter, causing "missing 1 required positional argument: 'line'" errors.
- Fixed line 232: Added request_id parameter for node removal failure message
- Fixed line 396: Added request_id parameter for lock acquisition failure message
- Changed line 396 to use f-string for proper device.name interpolation
AI-assisted: Claude Code
Signed-off-by: Christian Berendt <berendt@osism.tech>1 parent 8ee7086 commit 5e77972
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
397 | | - | |
| 398 | + | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
| |||
0 commit comments