Changeset 12188


Ignore:
Timestamp:
05/03/12 11:20:58 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/DownloadExternalPackage.py

    r12187 r12188  
    1414if os.path.exists(localFile):
    1515        print "File "+ localFile +" already exists and will not be downloaded..."
    16         exit
     16        sys.exit()
    1717
    1818#Try to download from url
    1919httpfail=-1
    2020try:
     21        print "Fetching %s" % localFile
    2122        urllib.urlretrieve(url,localFile)
    2223        httpfail=0
Note: See TracChangeset for help on using the changeset viewer.