Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
YaaraVerner committed Oct 3, 2023
1 parent f79afc5 commit 629611b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checkov/common/bridgecrew/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,5 @@ def _upload_resource_subgraph_map(check_type: str, resource_subgraph_map: dict[s
return_when=futures.FIRST_EXCEPTION,
timeout=timeout
)
logging.info(f"Done persisting resource_subgraph_maps for frameworks - {', '.join(resource_subgraph_maps.keys())}")
if resource_subgraph_maps:
logging.info(f"Done persisting resource_subgraph_maps for frameworks - {', '.join(resource_subgraph_maps.keys())}")

0 comments on commit 629611b

Please sign in to comment.