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:
parent
987fced151
commit
6a4118ad3c
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue