mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
chore: alphabetize districts when writing filename for cleaned files
This commit is contained in:
parent
b5efd7b3e3
commit
37610e732f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class Cleaner
|
|||
|
||||
school_name = schools.first.parameterize
|
||||
|
||||
output << districts.join(".")
|
||||
output << districts.sort.join(".")
|
||||
output << school_name if schools.length == 1
|
||||
output << survey_type.to_s
|
||||
output << "Part-" + part unless part.nil?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue