Commit b773b59
Yingchao Huang
Dedicatedhost#Cancel: cli bug with --immediate flag
We found weird behavior with cancellation if we set `--immediate default=True` in decorator.
`slcli dedicatedhost cancel ID` => will create immediate cancellation ticket
`slcli dedicatedhost cancel ID --immediate` => will create non-immediate cancellation ticket
Have no idea what is the root cause, fix is to enforce `immediate = True` in function body.1 parent cbe0ca3 commit b773b59
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments