Skip to content

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deivisonmarteleto authored Jun 27, 2024
1 parent 0c6a4c1 commit 79d1ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_neighbor/v4/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class LocalIpAndPeerGroupAtDifferentEnvironmentsException(APIException):

def __init__(self, neighbor):
self.detail = u'Not allowed to configure BGP neighbor using this Peer Group. ' \
u'PeerGroup id = {} is not mapped to the environment of LocalIp id = {}'. \
u'PeerGroup id = {} is not mapped to the environment of LocalIp id = {}'.\
format(neighbor.peer_group, neighbor.local_ip)


Expand Down

0 comments on commit 79d1ab4

Please sign in to comment.