Skip to content

Commit

Permalink
Sort update_data.py query order alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jun 8, 2024
1 parent 603720e commit 4e10d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scribe_data/wikidata/update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
]

queries_to_run = list({q for sub in queries_to_run_lists for q in sub})
queries_to_run = sorted(queries_to_run)

# Run queries and format data.
data_added_dict = {}
Expand Down

0 comments on commit 4e10d15

Please sign in to comment.