Skip to content

Commit

Permalink
Update court name
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmas committed Mar 29, 2019
1 parent 7c7e402 commit 53663ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_disqualified_directors_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def process_disqualification_row(row, output_writer):
disqual_order_date = row[79:87]
case_number = row[87:117]
company_name = row[117:277]
court_name_variable_ind = int(row[277:279])
court_name_variable_ind = int(row[277:281])
court_name = row[281:281 + court_name_variable_ind]
output_writer.writerow([
record_type, person_number, disqual_start_date, disqual_end_date,
Expand Down

0 comments on commit 53663ac

Please sign in to comment.