diff --git a/src/wireviz/Harness.py b/src/wireviz/Harness.py index 13b615ba..5ef2f6d1 100644 --- a/src/wireviz/Harness.py +++ b/src/wireviz/Harness.py @@ -253,6 +253,9 @@ def create_graph(self) -> Graph: 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