Skip to content

Commit

Permalink
Restore the exclusion of the conclusion only #186
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Feb 17, 2022
1 parent e03d2a4 commit a39d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echr/steps/preprocess_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def run(console, build, title, doc_ids=None, force=False, update=False):
'w') as toutfile:
toutfile.write(json_to_text(parsed,
text_only=True,
except_section=['conclusion', 'law'],
except_section=['conclusion'],
attachments=attachments))
parsed['documents'] = ['{}.docx'.format(id_doc)]
parsed['content'] = {
Expand Down

0 comments on commit a39d157

Please sign in to comment.