Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Nov 3, 2023
1 parent e663d9a commit 2d254b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/extract-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def parse(item):
"msg": f"Gambay item '{item['name']}'' is missing an Austlang Code.",
}
)
continue

if item["code"].upper() != item["code"]:
self.errors.append(
Expand Down

0 comments on commit 2d254b1

Please sign in to comment.