grr, ought to actually assign it to the TRUTH_CALLS variable

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2302 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2009-12-09 23:31:46 +00:00
parent 987fced151
commit 6a4118ad3c
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ def main():
if OPTIONS.truth <> None:
truthVCF = OPTIONS.truth
readTruth(truthVCF)
TRUTH_CALLS = readTruth(truthVCF)
if len(args) > 1:
truthVCF = args[1]