forked from opensci/piflow
fix progress bug
This commit is contained in:
parent
5914c981a9
commit
04b8992a89
|
@ -174,7 +174,7 @@ object H2Util {
|
|||
|
||||
val progress:Double = completedStopCount.asInstanceOf[Double] / stopCount * 100
|
||||
if(flowState.equals(FlowState.COMPLETED)){
|
||||
"100%"
|
||||
"100"
|
||||
}else{
|
||||
progress.toString
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue