Commit a7ac2ce
committed
fix: _send_to_invokeid duplicate machine kwarg causing infinite error loop
Same pattern as the _eval_send_params fix: the function received machine
as a positional arg AND via **kwargs. Changed to extract machine from
kwargs only.1 parent fbccc5b commit a7ac2ce
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
| 386 | + | |
389 | 387 | | |
| 388 | + | |
390 | 389 | | |
391 | 390 | | |
392 | 391 | | |
| |||
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
446 | | - | |
| 445 | + | |
447 | 446 | | |
448 | 447 | | |
449 | 448 | | |
| |||
0 commit comments