And the compulsory one-second-later fix -- better handling of arguments (e.g. for callng from outside of /trunk/python/)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2177 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2009-11-29 20:02:43 +00:00
parent 45673d7851
commit fa2d564f2c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ print("Merging:")
vcfInputFiles = []
vcfOutputFile = ""
for arg in sys.argv:
if( arg == "./mergeVCFInfoFields.py" ):
if( arg.endswith("Fields.py") ):
# do nothing
continue
else: