From 76d348e1820ad02d07573f1e1eb4cfb86eb49160 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 14 Aug 2017 12:07:22 +0800 Subject: [PATCH] Add blank line to separate osprofiler prompt from results Change-Id: I98511bd058174481f67df6c756123f9435b603d7 Closes-Bug: #1710471 --- vitrageclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitrageclient/shell.py b/vitrageclient/shell.py index cd48163..f904080 100644 --- a/vitrageclient/shell.py +++ b/vitrageclient/shell.py @@ -243,7 +243,7 @@ def main(args=None): result = VitrageShell().run(args) if profiler and '--profile' in args: trace_id = profiler.get().get_base_id() - print("To display trace use the command:\n\n" + print("\n\nTo display trace use the command:\n\n" " osprofiler trace show --html %s " % trace_id) return result except KeyboardInterrupt: