Changeset 452

Show
Ignore:
Timestamp:
05/12/08 10:14:03 (8 months ago)
Author:
jmowery
Message:

missed one typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/trunk-pmd-intproto/server/master.py

    r451 r452  
    123123                        os.system(scp_command) 
    124124                        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)) 
    126126                        preadd_latest = l.Entries['.'].LatestTime 
    127127                        if sum == tmp_sum: