CI Python Markdown errors fixes
Changes:
- Fix line spacing
Tested:
- CI test from gerrit jenkins
Change-Id: I87675375085f509a3c0eb8cd0bfb6762be9bd5e0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc.py b/lib/openbmc_ffdc.py
index b5efa7a..f3d43f9 100644
--- a/lib/openbmc_ffdc.py
+++ b/lib/openbmc_ffdc.py
@@ -74,8 +74,7 @@
if not int(state[interface]) and state["uptime"] == "":
gp.print_error(
"BMC is not communicating via ssh or Redfish. Terminating"
- " FFDC"
- + " collection.\n"
+ " FFDC" + " collection.\n"
)
return ffdc_file_list