diff --git a/src/wireviz/Harness.py b/src/wireviz/Harness.py index fb56c8a..34df9a2 100644 --- a/src/wireviz/Harness.py +++ b/src/wireviz/Harness.py @@ -253,6 +253,9 @@ class Harness: pinhtml.append(" ") + if len(pinhtml) == 2: # Table start and end with no rows between? + pinhtml = [""] # Avoid Graphviz error + html = [ row.replace("", "\n".join(pinhtml)) for row in html