- fix typo
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 20:02:09 +0000 (20:02 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 20:02:09 +0000 (20:02 +0000)
PLC/Table.py

index 4174f10..d7b8517 100644 (file)
@@ -112,7 +112,7 @@ class Row(dict):
                   (table, key,
                    self.api.db.param(self.primary_key, self[self.primary_key]))
 
-        self.api.db.do(sql, self)
+            self.api.db.do(sql, self)
 
         if commit:
             self.api.db.commit()