Skip to content

Commit

Permalink
switch bsub time type
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Oct 22, 2023
1 parent 21ccf21 commit 8f8cecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14.8"
version = "0.14.9"

repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/krews/config/BsubConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data class BsubTaskConfig(
// Memory capacity. Can be used to override the runtime value.
val mem: String? = null,
// Time limit on the run time for the job in minutes.
val time: Int? = null,
val time: String? = null,
// SBatch partition to use.
val partition: String? = null,
// Additional bsub arguments
Expand Down

0 comments on commit 8f8cecf

Please sign in to comment.