From fad60be2527b9df6ab5fe13ed0df0771fd445077 Mon Sep 17 00:00:00 2001 From: pwwang Date: Fri, 2 Aug 2024 22:20:55 -0700 Subject: [PATCH] docs: fix the decorations in the logs in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 010c419d..3605e889 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ if __name__ == "__main__": 06-09 23:15:29 I core 06-09 23:15:29 I core version: 0.15.3 06-09 23:15:29 I core -06-09 23:15:29 I core ╔═══════════════════════════════════════════════════╗ +06-09 23:15:29 I core ╔══════════════════════════════════════════════════════════════════╗ 06-09 23:15:29 I core ║ MYPIPELINE ║ -06-09 23:15:29 I core ╚═══════════════════════════════════════════════════╝ +06-09 23:15:29 I core ╚══════════════════════════════════════════════════════════════════╝ 06-09 23:15:29 I core plugins : verbose v0.12.0 06-09 23:15:29 I core # procs : 2 06-09 23:15:29 I core profile : default @@ -88,9 +88,9 @@ if __name__ == "__main__": 06-09 23:15:29 I core plugin_opts : 06-09 23:15:29 I core template_opts : 06-09 23:15:31 I core -06-09 23:15:31 I core ╭──────────────────────── P1 ───────────────────────╮ +06-09 23:15:31 I core ╭─────────────────────────────── P1 ───────────────────────────────╮ 06-09 23:15:31 I core │ Sort input file │ -06-09 23:15:31 I core ╰──────────────────────────────────────────────────╯ +06-09 23:15:31 I core ╰──────────────────────────────────────────────────────────────────╯ 06-09 23:15:31 I core P1: Workdir: '/home/pwwang/github/pipen/.pipen/MyPipeline/P1' 06-09 23:15:31 I core P1: <<< [START] 06-09 23:15:31 I core P1: >>> ['P2'] @@ -100,9 +100,9 @@ if __name__ == "__main__": /home/pwwang/github/pipen/.pipen/MyPipeline/P1/0/output/intermediate.txt 06-09 23:15:33 I verbose P1: Time elapsed: 00:00:02.018s 06-09 23:15:33 I core -06-09 23:15:33 I core ╭════════════════════════ P2 ═══════════════════════╮ +06-09 23:15:33 I core ╭═══════════════════════════════ P2 ═══════════════════════════════╮ 06-09 23:15:33 I core ║ Paste line number ║ -06-09 23:15:33 I core ╰══════════════════════════════════════════════════╯ +06-09 23:15:33 I core ╰══════════════════════════════════════════════════════════════════╯ 06-09 23:15:33 I core P2: Workdir: '/home/pwwang/github/pipen/.pipen/MyPipeline/P2' 06-09 23:15:33 I core P2: <<< ['P1'] 06-09 23:15:33 I core P2: >>> [END]