Fix code documentation length

Changes:
    - E501 line too long > 79 characters

Tested:
    - NA
Change-Id: I725470b4a85c18461ee51ae486c5aa32400ada7d
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/collect_ffdc.py b/ffdc/collect_ffdc.py
index ae0bb70..06c3e17 100644
--- a/ffdc/collect_ffdc.py
+++ b/ffdc/collect_ffdc.py
@@ -9,7 +9,7 @@
 
 import click
 
-# ---------Set sys.path for cli command execution---------------------------------------
+# ---------Set sys.path for cli command execution-----------------------------
 # Absolute path to openbmc-test-automation/ffdc
 abs_path = os.path.abspath(os.path.dirname(sys.argv[0]))
 full_path = abs_path.split("ffdc")[0]