Skip to content

Commit

Permalink
patch RUN jobstate
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Oct 23, 2023
1 parent 33cf281 commit f3efb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "io.krews"
version = "0.15.0"
version = "0.15.1"

repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/krews/executor/bsub/BsubExecutor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ enum class BsubJobState(val category: BsubJobStateCategory) {
EXIT(BsubJobStateCategory.FAILED),
DONE(BsubJobStateCategory.SUCCEEDED),
PEND(BsubJobStateCategory.INCOMPLETE),
RUN(BsubJobStateCategory.INCOMPLETE),
PSUSP(BsubJobStateCategory.INCOMPLETE),
USUSP(BsubJobStateCategory.INCOMPLETE),
SSUSP(BsubJobStateCategory.INCOMPLETE),
Expand Down

0 comments on commit f3efb17

Please sign in to comment.