Commit 567c6f2
fix: compare scheduler_type enum value, not enum object
BackendSchedulerType.KAI is an enum, not a string.
Use .value for comparison.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c52be43 commit 567c6f2
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 | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments