Skip to content

Commit 17f524d

Browse files
committed
typo
1 parent 7becf1f commit 17f524d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jwql/website/apps/jwql/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ def view_image(request, inst, file_root):
12991299
'consistent order on the webpage.'))
13001300

13011301
file_paths = {}
1302-
for file_path in image_info_list['all_files']:
1302+
for file_path in image_info['all_files']:
13031303
for suffix in suffixes:
13041304
if f"{file_root}_{suffix}" in file_path:
13051305
if suffix not in file_paths:

0 commit comments

Comments
 (0)