Clean up
This commit is contained in:
parent
36ffa969f4
commit
8ae4dc37a2
@ -305,9 +305,6 @@ class Connector(TopLevelGraphicalComponent):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def is_autogenerated(self):
|
def is_autogenerated(self):
|
||||||
import pudb
|
|
||||||
|
|
||||||
pudb.set_trace()
|
|
||||||
return self.designator.startswith(AUTOGENERATED_PREFIX)
|
return self.designator.startswith(AUTOGENERATED_PREFIX)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
@ -255,7 +255,6 @@ def gv_conductor_table(cable) -> Table:
|
|||||||
|
|
||||||
|
|
||||||
def gv_wire_cell(wire: Union[WireClass, ShieldClass]) -> Td:
|
def gv_wire_cell(wire: Union[WireClass, ShieldClass]) -> Td:
|
||||||
# import pudb; pudb.set_trace()
|
|
||||||
if wire.color:
|
if wire.color:
|
||||||
color_list = ["#000000"] + wire.color.html_padded_list + ["#000000"]
|
color_list = ["#000000"] + wire.color.html_padded_list + ["#000000"]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user