From 65cef17f63a3f3b4b2b60db9d9e6fcf64c2f2039 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 7 Oct 2020 15:42:28 +0100 Subject: [PATCH] table plugin --- openpower/sv_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv_analysis.py b/openpower/sv_analysis.py index 0acc06f14..2313ec57c 100644 --- a/openpower/sv_analysis.py +++ b/openpower/sv_analysis.py @@ -106,7 +106,7 @@ def process_csvs(): print (tformat(keycolumns)) for key in primarykeys: print (tformat(dictkeys[key].values())) - print ("]]") + print ('"""]]') print () for key in primarykeys: -- 2.30.2