X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fwim%2Fengine.py;h=ec01b23ac5b09fbe6e17897b590679b0e7883f81;hb=ee6a62063244ab492bc4d09cc5fe89388a5d1ea6;hp=6a232a452586317b1632df2e01d2a346ef3f7c74;hpb=ed3e4d4fc2819e425bb8b165e43fcbac259d3f1b;p=osm%2FRO.git diff --git a/RO/osm_ro/wim/engine.py b/RO/osm_ro/wim/engine.py index 6a232a45..ec01b23a 100644 --- a/RO/osm_ro/wim/engine.py +++ b/RO/osm_ro/wim/engine.py @@ -410,7 +410,7 @@ class WimEngine(object): def create_actions(self, wan_links): """For an array of wan_links, create all the corresponding actions""" - return [self.create_action(l) for l in wan_links] + return [self.create_action(li) for li in wan_links] def delete_action(self, wan_link): """For a single wan_link create the corresponding create action""" @@ -431,7 +431,7 @@ class WimEngine(object): if instance_scenario_id: wan_links = self.persist.get_wan_links( instance_scenario_id=instance_scenario_id, sdn='false') - return [self.delete_action(l) for l in wan_links] + return [self.delete_action(li) for li in wan_links] def incorporate_actions(self, wim_actions, instance_action): """Make the instance action consider new WIM actions and make the WIM