Skip to content

Commit

Permalink
Fix PEP8 in build_cpe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyz committed Dec 1, 2022
1 parent 56cb581 commit 43c49af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssg/build_cpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def cpe_id_is_parametrized(cpe_id):
def get_base_name_of_parametrized_cpe_id(cpe_id):
return Symbol.get_base_of_parametrized_name(cpe_id)


def extract_subelement(objects, sub_elem_type):
"""
From a collection of element objects, return the value of
Expand Down

0 comments on commit 43c49af

Please sign in to comment.