From a5ceacde6e97b503fc4696eb7c64901afa740fdd Mon Sep 17 00:00:00 2001 From: primardj Date: Tue, 16 Apr 2024 20:00:26 +0100 Subject: [PATCH] improve the printing of the result to corespond more to the original. --- 01_phase_rust_src/sv-rustit/src/status_obj.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_phase_rust_src/sv-rustit/src/status_obj.rs b/01_phase_rust_src/sv-rustit/src/status_obj.rs index e34b7f5..f512b31 100644 --- a/01_phase_rust_src/sv-rustit/src/status_obj.rs +++ b/01_phase_rust_src/sv-rustit/src/status_obj.rs @@ -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 = "";