Skip to content

Commit

Permalink
BUG: unboundlocalerror
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Jan 19, 2016
1 parent 57c8512 commit 40ca447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate_otu_signifigance_tables_AGP.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def filt_fun(v, i, md):
if sample_type_prelim in SAMPLE_CONVERTER:
sample_type = SAMPLE_CONVERTER[sample_type_prelim]
elif sample_type in UNKNOWNS:
sample_type = 'unknown'
sample_time = 'unknown'
else:
sample_type = sample_type_prelim.lower()
Expand Down

0 comments on commit 40ca447

Please # to comment.