Skip to content

Commit

Permalink
fix(logs): fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Sep 4, 2019
1 parent 66d1aaf commit e8cad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/refchef-cook
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
-------------------------------------------
Expand Down

0 comments on commit e8cad2d

Please sign in to comment.