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:
parent
45673d7851
commit
fa2d564f2c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue