[Port] add more logging to aid in debug
This commit is contained in:
parent
59e996e680
commit
cf822c7dcf
3 changed files with 36 additions and 0 deletions
|
|
@ -430,6 +430,7 @@ class RenderPather(PatherMixin):
|
|||
self.paths[portspec].append(step)
|
||||
|
||||
self.pattern.ports[portspec] = out_port.copy()
|
||||
self._log_port_update(portspec)
|
||||
|
||||
if plug_into is not None:
|
||||
self.plugged({portspec: plug_into})
|
||||
|
|
@ -506,6 +507,7 @@ class RenderPather(PatherMixin):
|
|||
step = RenderStep('S', tool, port.copy(), out_port.copy(), data)
|
||||
self.paths[portspec].append(step)
|
||||
self.pattern.ports[portspec] = out_port.copy()
|
||||
self._log_port_update(portspec)
|
||||
|
||||
if plug_into is not None:
|
||||
self.plugged({portspec: plug_into})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue