Ignore:
Timestamp:
6 May 2012, 20:48:22 (13 years ago)
Author:
uli
Message:

Add deleted dir in standard filecenter paths.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/batchprocessing.txt

    r8330 r8372  
    544544
    545545    >>> sorted(os.listdir(dc_path))
    546     ['finished', 'logs', 'unfinished']
     546    ['deleted', 'finished', 'logs', 'unfinished']
    547547
    548548    >>> os.listdir(dc_path + '/unfinished')
     
    550550
    551551    >>> sorted(os.listdir(dc_path + '/finished'))
    552     ['certificates_zope.mgr.create.finished.csv', ..., 
    553      'newfaculties_zope.mgr.create.finished.csv', 
     552    ['certificates_zope.mgr.create.finished.csv', ...,
     553     'newfaculties_zope.mgr.create.finished.csv',
    554554     'newfaculties_zope.mgr.csv']
    555555
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/browser.txt

    r8364 r8372  
    11971197
    11981198  >>> sorted(os.listdir(uploadpath))
    1199   ['finished', 'logs', 'unfinished']
     1199  ['deleted', 'finished', 'logs', 'unfinished']
    12001200
    12011201
     
    12381238
    12391239  >>> sorted(os.listdir(uploadpath))
    1240   ['finished', 'logs', 'myfaculties_zope.mgr.csv', 'unfinished']
     1240  ['deleted', 'finished', 'logs', 'myfaculties_zope.mgr.csv', 'unfinished']
    12411241
    12421242We create and upload also a CSV file containing departments:
Note: See TracChangeset for help on using the changeset viewer.