Skip to content

Commit

Permalink
No 'name' var assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Jun 5, 2022
1 parent f0a144a commit c978b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/addon/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def write_en_language(filename, strings):
ts.set("language", "en")

context = ET.SubElement(ts, "context")
name = ET.SubElement(context, "name")
ET.SubElement(context, "name")

for key, value in strings.items():
message = ET.SubElement(context, "message")
Expand Down

0 comments on commit c978b7d

Please sign in to comment.