Skip to content

Commit 3187272

Browse files
committed
feat: TRIGGER_TYPE_BURST_BUFFER to __get_trigger_type
1 parent 6a09abd commit 3187272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyslurm/pyslurm.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5871,6 +5871,8 @@ cdef inline object __get_trigger_type(uint32_t TriggerType):
58715871
return 'primary_database_failure'
58725872
elif TriggerType == TRIGGER_TYPE_PRI_DB_RES_OP:
58735873
rtype = 'primary_database_resumed_operation'
5874+
elif TriggerType == TRIGGER_TYPE_BURST_BUFFER:
5875+
rtype = 'burst_buffer'
58745876

58755877
return u"%s" % rtype
58765878

0 commit comments

Comments
 (0)