improve the printing of the result to corespond more to the original.
This commit is contained in:
parent
92e01299bc
commit
a5ceacde6e
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ impl StatusObj {
|
|||
ud_string = "";
|
||||
}
|
||||
}
|
||||
if self.pause_run == true {
|
||||
if self.pause_run == true && self.run_finish {
|
||||
pause_string = ", paused";
|
||||
} else {
|
||||
pause_string = "";
|
||||
|
|
Loading…
Reference in a new issue