Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lirshindalman committed Oct 22, 2024
1 parent e3dda08 commit fc74b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/arm/graph_builder/variable_rendering/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def extract_dest_attribute_path_and_value(self, dest_index: int, origin_value: A
return None, None

def evaluate_non_rendered_values(self) -> None:
pass
pass
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def _render_variables_from_edges(self) -> None:
logging.info(f"Reached too many edge duplications of {self.duplicate_percent}% for {self.duplicate_iter_count} iterations. breaking.")
break
evaluated_edges_cache.append(edges_to_render)

logging.debug(f"evaluating {len(edges_to_render)} edges")
# group edges that have the same origin and label together
edges_groups = self.group_edges_by_origin_and_label(edges_to_render)
Expand Down

0 comments on commit fc74b2e

Please sign in to comment.