fix AttributeError in sync()
[sfa.git] / 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())