Skip to content

Commit

Permalink
slightly more infirmative name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Dec 8, 2022
1 parent ad5b01f commit c94319f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/json_tools/cddatags.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def add_definition(id_key, id, full_id, relative_path):
pass

existing_tags_lines = [
l.rstrip(b'\n') for l in existing_tags_lines if
not is_json_tag_line(l)]
line.rstrip(b'\n') for line in existing_tags_lines if
not is_json_tag_line(line)]

all_tags_lines = sorted(json_tags_lines + existing_tags_lines)

Expand Down

0 comments on commit c94319f

Please sign in to comment.