Skip to content

Commit 5b69b13

Browse files
Merge branch 'derived-vars-update' of https://github.com/justin-richling/ADF into derived-vars-update
2 parents 7da7b29 + 31b814d commit 5b69b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/adf_web.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(self, config_file, debug=False):
157157
mdtf_path += f"_{syear[0]}_{eyear[0]}"
158158
self.external_package_links['MDTF'] = mdtf_path
159159
#End if
160-
160+
161161
#Add all relevant paths to dictionary for specific case:
162162
self.__case_web_paths[case_name] = {'website_dir': website_dir,
163163
'img_pages_dir': img_pages_dir,
@@ -847,7 +847,7 @@ def jinja_enumerate(arg):
847847

848848
# External packages that can be run through ADF
849849
avail_external_packages = {'MDTF':'mdtf_html_path', 'CVDP':'cvdp_html_path'}
850-
850+
851851
#Construct index.html
852852
index_title = "CAM Diagnostics"
853853
index_tmpl = jinenv.get_template('template_index.html')

0 commit comments

Comments
 (0)