fix AttributeError in sync()
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 3 Jan 2012 06:14:12 +0000 (01:14 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 3 Jan 2012 06:22:53 +0000 (01:22 -0500)
sfa/storage/record.py

index 964d65c..e164dda 100644 (file)
@@ -394,7 +394,7 @@ class SfaRecord(Row):
         else:
             existing_record = existing_records[0]
             self['record_id'] = existing_record['record_id']
-            table.upate(self) 
+            table.update(self) 
             if verbose:
                 logger.info("Updated record: %s" % self.summary_string())