mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
chore: alphabetize districts when writing filename for cleaned files
This commit is contained in:
parent
40dac402ee
commit
be5b63637b
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