diff --git a/scripts/refchef-cook b/scripts/refchef-cook index a4524db..fb9a667 100644 --- a/scripts/refchef-cook +++ b/scripts/refchef-cook @@ -110,7 +110,7 @@ def main(): for r in master.keys(): for type in ['references', 'indices', 'annotations']: try: - for i in master[r]['levels']['references']: + for i in master[r]['levels'][type]: if not i['complete']['status']: logging.info(u""" -------------------------------------------