Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seandavi committed Dec 5, 2012
1 parent 69ecc53 commit b793020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcf/parser.py
Expand Up @@ -328,7 +328,7 @@ def _parse_info(self, info_str):
val = True

try:
if self.infos[ID].num == 1 and entry_type != 'String':
if self.infos[ID].num == 1 and entry_type not in ( 'String', 'Flag'):
val = val[0]
except KeyError:
pass
Expand Down

0 comments on commit b793020

Please sign in to comment.