Minor output improvement

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1965 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2009-11-03 13:20:55 +00:00
parent 44ea55d338
commit d60c632099
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class VCFRecord:
def parseInfo(s):
def handleBoolean(key_val):
if len(key_val) == 1:
return [key_val[0], True]
return [key_val[0], 1]
else:
return key_val