Skip to content

Commit

Permalink
Parameter value is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 31, 2023
1 parent 7a0ec88 commit 41e5093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion committees/parse_meeting_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_filenames(row, parameters):
str(row["CommitteeSessionID"]),
"csv" if parameters['type'] == "parts" else "txt")
full_output_filename = parameters["out-path"] + "/" + output_filename
download_filename = "../data/committees/download_document_committee_session/" + original_filename
download_filename = os.path.join(parameters['download-from-path'], original_filename)
full_output_hash_filename = parameters['out-path'] + "/" + output_filename + '.hash'
return (original_filename, # source DOC relative filename
ext, # source DOC file extension (docx / doc)
Expand Down

0 comments on commit 41e5093

Please sign in to comment.