nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
38 stars 41 forks source link

Handle RpcError in CVP #580

Closed jdrew82 closed 1 month ago

jdrew82 commented 1 month ago

This should close out #467. This simply puts a try/except in get_tags_by_type() to handle possible RpcError's being thrown.

qduk commented 1 month ago

LGTM!