Add blank line to separate osprofiler prompt from results

Change-Id: I98511bd058174481f67df6c756123f9435b603d7
Closes-Bug: #1710471
This commit is contained in:
Yujun Zhang
2017-08-14 12:07:22 +08:00
parent 07c711ad8e
commit 76d348e182

View File

@@ -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: