Script version number is always verified

This commit is contained in:
echarp 2016-01-08 18:23:23 +01:00
parent 0c971e62a0
commit 3b44231b4b
1 changed files with 10 additions and 11 deletions

View File

@ -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
# script
if not testOutputFile:
contents = StringIO.StringIO()
curl = pycurl.Curl()
curl.setopt(curl.WRITEFUNCTION, contents.write)