Skip to content

Commit

Permalink
Format long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Feb 6, 2024
1 parent 853a341 commit cd4904d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build-scripts/compile_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,12 @@ def get_all_resolved_profiles_by_id(
return profiles_by_id


def load_resolve_and_validate_profiles(env_yaml, profile_files, loader, controls_manager, product_cpes):
profiles_by_id = ssg.build_profile.make_name_to_profile_mapping(profile_files, env_yaml, product_cpes)
def load_resolve_and_validate_profiles(
env_yaml, profile_files, loader, controls_manager, product_cpes
):
profiles_by_id = ssg.build_profile.make_name_to_profile_mapping(
profile_files, env_yaml, product_cpes
)

for p in profiles_by_id.values():
p.resolve(profiles_by_id, loader.all_rules, controls_manager)
Expand Down

0 comments on commit cd4904d

Please sign in to comment.