Comment out GraphViz bug
This commit is contained in:
parent
2c78e46c77
commit
9d0582e10c
@ -362,7 +362,8 @@ class Harness:
|
||||
if isinstance(mate, MatePin):
|
||||
color = '#000000'
|
||||
elif isinstance(mate, MateComponent):
|
||||
color = '#000000:#ffffff:#000000'
|
||||
# color = '#000000:#ffffff:#000000' # GraphViz bug? 'back' and 'both' do not work with multicolor edges
|
||||
color = '#000000'
|
||||
else:
|
||||
raise Exception(f'{mate} is an unknown mate')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user