Skip to content

Commit

Permalink
fixup! import command for 2025 scorecards FOI data
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 11, 2024
1 parent 21e7316 commit 5bcfc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowdsourcer/management/commands/import_2025_foi_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def process_q11(self, council_lookup, rt, u, ms):
"If possible, please copy and paste the list of accepted new or expanded airport planning proposals:"
]
):
(
all_defaults["private_notes"] = (
all_defaults["private_notes"]
+ "\nlist of accepted new or expanded proposals:\n"
+ str(
Expand All @@ -804,7 +804,7 @@ def process_q11(self, council_lookup, rt, u, ms):
"If possible, please copy and paste the list of accepted new or expanded roads:"
]
):
(
all_defaults["private_notes"] = (
all_defaults["private_notes"]
+ "\nlist of accepted new or expanded roads:\n"
+ str(
Expand Down

0 comments on commit 5bcfc57

Please sign in to comment.