Changeset 8905 for main/waeup.kofa/trunk/src
- Timestamp:
- 4 Jul 2012, 07:28:09 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/datacenter.py
r8725 r8905 143 143 return 144 144 result_path = merge_csv_files(dest, source) 145 os.chmod(result_path, 0664) 145 146 self._moveFile(result_path, dest) 146 147 os.unlink(source) -
main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py
r8887 r8905 299 299 finished_writer = csv.DictWriter(open(finished_path, 'wb'), 300 300 finished_headers) 301 os.chmod(finished_path, 0664) 301 302 finished_writer.writerow(dict([(x,x) for x in finished_headers])) 302 os.chmod(finished_path, 0664)303 303 304 304 num =0
Note: See TracChangeset for help on using the changeset viewer.