Commit 2f67275
Small fix so kill works the same as apply (#3360)
Summary:
Pull Request resolved: #3360
previously you could end up with a job where `apply` can find the Job object but `kill` could not because the `monarch` command does not naturally have `.` in its path. This just makes sure it does.
ghstack-source-id: 362426015
exported-using-ghexport
Reviewed By: dulinriley
Differential Revision: D99494215
fbshipit-source-id: dff20661a90d8a1754ddfb2bba470fe10c9976111 parent 4d31835 commit 2f67275
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | 740 | | |
744 | 741 | | |
745 | 742 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
387 | 388 | | |
388 | 389 | | |
389 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
390 | 394 | | |
391 | 395 | | |
392 | 396 | | |
| |||
0 commit comments