Script version number is always verified
This commit is contained in:
parent
0c971e62a0
commit
3b44231b4b
@ -380,7 +380,6 @@ if (len(sys.argv) <= 1) or sys.argv[1] == "--help":
|
|||||||
|
|
||||||
# Check that we are running the latest version of the adl-submit
|
# Check that we are running the latest version of the adl-submit
|
||||||
# script
|
# script
|
||||||
if not testOutputFile:
|
|
||||||
contents = StringIO.StringIO()
|
contents = StringIO.StringIO()
|
||||||
curl = pycurl.Curl()
|
curl = pycurl.Curl()
|
||||||
curl.setopt(curl.WRITEFUNCTION, contents.write)
|
curl.setopt(curl.WRITEFUNCTION, contents.write)
|
||||||
|
Loading…
Reference in New Issue
Block a user