ename undefinded

This commit is contained in:
Chuck SmileyRekiere
2020-08-06 14:35:42 -06:00
parent e2f514ef9b
commit f906a281c4

View File

@@ -884,6 +884,7 @@ class L3CXProfile(LFCliBase):
self.local_realm.rm_cx(cx_name)
for side in range(len(self.created_cx[cx_name])):
ename = self.created_cx[cx_name][side]
print("Cleaning endpoint: %s"%(ename))
self.local_realm.rm_endp(self.created_cx[cx_name][side])