Riley
Results
1
comments of
Riley
networktocode.nautobot.cable tries to use `device_id` in query to find a device, results in failure.
Thanks for pointing that out. Although adding `termination_a` and `_b` didn't work, I did some experimentation. Here's the code that uses `IGNORE_ADDING_IDS`: ```python for match in matches: if match in...