Skip to content

Commit 3c9591a

Browse files
authored
Remove the redundant continue
1 parent cd6f807 commit 3c9591a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download_and_correct_corpus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def process_label_file(dataset_fold, dataset_file, csv_patch_file, csv_encoding=
276276
file=sys.stderr)
277277
continue
278278
dataset.correct_missing(row['correct_span'], row['correct_ent_type'], int(row['doc_offset']))
279-
continue
279+
280280
result = dataset.save()
281281

282282
with open(target_file, mode="w") as f:

0 commit comments

Comments
 (0)