Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Apr 6, 2015
1 parent 3e226e2 commit 5a3c7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utilities/python/get_classify_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def get_classify_stats(ocf,cf,ck,out_dir,outf,outfo,taxa_level):
for key in origContigsByClass:
try:
class_name = id_class[key]
except KeyError:
continue
except KeyError:
continue
summary.tr()
summary.add("<td align=\"left\">%s</td><td align=\"right\">%d</td><td align=\"right\">%3.2f%%</td>"%(class_name, origContigsByClass[key], origContigsByClass[key]/float(origClassifiedCount)*100))
summary.tr.close()
Expand Down

0 comments on commit 5a3c7e7

Please sign in to comment.