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