We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4781bc commit 1778d7dCopy full SHA for 1778d7d
1 file changed
ns1/ipam.py
@@ -281,8 +281,8 @@ def success(result, *args):
281
address
282
for address in self._rest.list()
283
if address["prefix"] == self.prefix
284
- and address["status"] == self.status
285
- and address["network_id"] == network_id
+ and address["status"] == self.status
+ and address["network_id"] == network_id
286
][0]["id"]
287
except IndexError:
288
raise AddressException(
0 commit comments