Changeset 8372 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 6 May 2012, 20:48:22 (13 years ago)
- 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 544 544 545 545 >>> sorted(os.listdir(dc_path)) 546 [' finished', 'logs', 'unfinished']546 ['deleted', 'finished', 'logs', 'unfinished'] 547 547 548 548 >>> os.listdir(dc_path + '/unfinished') … … 550 550 551 551 >>> 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', 554 554 'newfaculties_zope.mgr.csv'] 555 555 -
main/waeup.kofa/trunk/src/waeup/kofa/browser/browser.txt
r8364 r8372 1197 1197 1198 1198 >>> sorted(os.listdir(uploadpath)) 1199 [' finished', 'logs', 'unfinished']1199 ['deleted', 'finished', 'logs', 'unfinished'] 1200 1200 1201 1201 … … 1238 1238 1239 1239 >>> sorted(os.listdir(uploadpath)) 1240 [' finished', 'logs', 'myfaculties_zope.mgr.csv', 'unfinished']1240 ['deleted', 'finished', 'logs', 'myfaculties_zope.mgr.csv', 'unfinished'] 1241 1241 1242 1242 We create and upload also a CSV file containing departments:
Note: See TracChangeset for help on using the changeset viewer.