Changeset 504

Show
Ignore:
Timestamp:
05/28/08 15:26:00 (8 months ago)
Author:
jmowery
Message:

typo fixes

Files:

Legend:

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

    r503 r504  
    128128                        to_update = self.clients_needing_update() 
    129129                else: 
    130                         to_update = val.body 
     130                        to_update = msg.body 
    131131                ret = [] 
    132132                for c in to_update: 
     
    346346                msg.body = [] 
    347347                for file in update_list: 
    348                         n.set_file_status(storage.get_local_name(file), storage.get_layer(file), storage.get_timestamp(file)) 
     348                        n.set_file_status(storage.get_local_name(file), storage.get_layer_name(file), storage.get_timestamp(file)) 
    349349                        proc = subprocess.Popen(['/usr/bin/md5sum', file], stdout=subprocess.PIPE) 
    350350                        proc.wait()