mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
core_file_for falls back to OSM filename pattern for Retrofit Design Doc 🟩
This commit is contained in:
parent
e940e75a43
commit
3ef8a59122
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ def core_file_for(
|
|||
return CoreFiles.IMPROVEMENT_OPTION_EVALUATION
|
||||
if CoreFiles.MEDIUM_TERM_IMPROVEMENT_PLAN.value in filename:
|
||||
return CoreFiles.MEDIUM_TERM_IMPROVEMENT_PLAN
|
||||
if evidence_category is None and "-OSM-" in filename and "DR-N-A" in filename:
|
||||
return CoreFiles.RETROFIT_DESIGN_DOC
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue