Skip to content

Commit 87af199

Browse files
Leo AltRuko97
authored andcommitted
avoid unused error codes
1 parent 39c2df3 commit 87af199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/error_codes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
227227
return False
228228

229229
old_source_only_ids = {
230-
"1584", "1823",
230+
"1218", "1584", "1823",
231231
"1988", "2066", "2833", "3356",
232232
"3893", "3996", "4010", "4458", "4802",
233-
"4902", "5272", "5622", "5798", "7128", "7400",
233+
"4902", "5272", "5622", "5798", "5840", "7128", "7400",
234234
"7589", "7593", "7649", "7710",
235235
"8065", "8084", "8140", "8158",
236236
"8312", "8592", "9134", "9609",

0 commit comments

Comments
 (0)