Skip to content

Commit ae782f1

Browse files
committed
refactor: get_res_trigger_type - Add missing TRIGGER_RES_TYPE_OTHER
1 parent 06b9fba commit ae782f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyslurm/pyslurm.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6081,7 +6081,6 @@ def get_preempt_mode(uint16_t inx):
60816081
- PREEMPT_MODE_OFF 0x0000
60826082
- PREEMPT_MODE_SUSPEND 0x0001
60836083
- PREEMPT_MODE_REQUEUE 0x0002
6084-
- PREEMPT_MODE_CHECKPOINT 0x0004
60856084
- PREEMPT_MODE_CANCEL 0x0008
60866085
- PREEMPT_MODE_GANG 0x8000
60876086
:returns: Preempt mode string

0 commit comments

Comments
 (0)