Skip to content

Commit

Permalink
Update docassemble/MOHUDEvictionProject/data/questions/court_informat…
Browse files Browse the repository at this point in the history
…ion.yml

Co-authored-by: Quinten Steenhuis <qsteenhuis@gmail.com>
  • Loading branch information
tobyfey and nonprofittechy authored Jul 1, 2024
1 parent f664705 commit 72b4598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ code: |
trial_court.address.city = county_dictionary[trial_court.county]["courts"][int(trial_court.location_number)]["city"]
trial_court.address.state = county_dictionary[trial_court.county]["courts"][int(trial_court.location_number)]["state"]
trial_court.address.zip = county_dictionary[trial_court.county]["courts"][int(trial_court.location_number)]["zip"]
if "schedule" in county_dictionary[trial_court.county]["courts"][int(trial_court.location_number)].keys():
if "schedule" in county_dictionary[trial_court.county]["courts"][int(trial_court.location_number)]:
trial_court.schedule = county_dictionary[trial_court.county]["courts"][int(trial_court.location_number)]["schedule"]
else:
trial_court.schedule = None
Expand Down

0 comments on commit 72b4598

Please sign in to comment.