Skip to content

Commit

Permalink
Remove call to non-existing function
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed Sep 10, 2024
1 parent f15323d commit f730d12
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ def main_flow(self):
for isolated_port in list(self.isolated_ports.values()):
if self.pdr_alg.check_deisolation_conditions(isolated_port):
self.eval_deisolate(isolated_port.name)
ports_updated = self.update_ports_data()
if ports_updated:
self.update_telemetry_session()
self.update_ports_data()
t_end = time.time()
#pylint: disable=broad-except
except Exception as exception:
Expand Down

0 comments on commit f730d12

Please sign in to comment.