Changeset 1814 in products for quintagroup.distrpoxy/trunk


Ignore:
Timestamp:
Feb 24, 2010 11:27:22 AM (14 years ago)
Author:
chervol
Message:

do not redownload when mirror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.distrpoxy/trunk/quintagroup/distproxy/spider.py

    r1603 r1814  
    903903            '''Downloads files that need to be mirrored.''' 
    904904            # If ftp... 
     905            if self._path.exists(np): 
     906                return None 
    905907            if url[:3] == 'ftp': 
    906908                # Open local file 
Note: See TracChangeset for help on using the changeset viewer.