parent
668ba72975
commit
6488eb582b
@ -253,6 +253,9 @@ class Harness:
|
|||||||
|
|
||||||
pinhtml.append(" </table>")
|
pinhtml.append(" </table>")
|
||||||
|
|
||||||
|
if len(pinhtml) == 2: # Table start and end with no rows between?
|
||||||
|
pinhtml = ["<!-- all pins hidden -->"] # Avoid Graphviz error
|
||||||
|
|
||||||
html = [
|
html = [
|
||||||
row.replace("<!-- connector table -->", "\n".join(pinhtml))
|
row.replace("<!-- connector table -->", "\n".join(pinhtml))
|
||||||
for row in html
|
for row in html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user