Replacing references to digitalocean org

s/(?<=:\/\/github.com\/)digitalocean(?=\/netbox)/netbox-community/g
This commit is contained in:
Robert Ellegate
2019-07-09 11:36:39 -04:00
parent 3da9af5a9f
commit 30ef4b208c
11 changed files with 995 additions and 995 deletions

View File

@@ -2271,7 +2271,7 @@ class Interface(CableTermination, ComponentModel):
# It's possible that an Interface can be deleted _after_ its parent Device/VM, in which case trying to resolve
# the component parent will raise DoesNotExist. For more discussion, see
# https://github.com/digitalocean/netbox/issues/2323
# https://github.com/netbox-community/netbox/issues/2323
try:
parent_obj = self.device or self.virtual_machine
except ObjectDoesNotExist: