Changeset 452
- Timestamp:
- 05/12/08 10:14:03
(8 months ago)
- Author:
- jmowery
- Message:
missed one typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r451 |
r452 |
|
| 123 | 123 | os.system(scp_command) |
|---|
| 124 | 124 | tmp_sum = file_util.checksum(os.path.join(tmp_dir, base)) |
|---|
| 125 | | result.append((basefile_name, sum == tmp_sum)) |
|---|
| | 125 | result.append((base, sum == tmp_sum)) |
|---|
| 126 | 126 | preadd_latest = l.Entries['.'].LatestTime |
|---|
| 127 | 127 | if sum == tmp_sum: |
|---|
Download in other formats:
* Generating other formats may take time.