Changeset 3268 for WAeUP_SRP


Ignore:
Timestamp:
4 Mar 2008, 09:59:12 (17 years ago)
Author:
Henrik Bettermann
Message:

backup pending file only once

Location:
WAeUP_SRP/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPImport.py

    r3250 r3268  
    132132                    pending += item,
    133133            datafile.close()
    134             copy2(self.pending_path,self.pending_backup)
     134            #copy2(self.pending_path,self.pending_backup)
    135135        return pending, pending_digests
    136136###)
  • WAeUP_SRP/base/WAeUPTool.py

    r3267 r3268  
    14281428        if not os.path.exists(import_source_path):
    14291429            fn = os.path.split(import_source_path)[1]
    1430             em = 'No %(fn)s' % vars()
     1430            em = 'no import file %(fn)s' % vars()
    14311431            return em
    14321432        import_source_fn = os.path.split(import_source_path)[1]
Note: See TracChangeset for help on using the changeset viewer.