fix bugs
authorTony Mack <tmack@cs.princeton.edu>
Wed, 22 Oct 2008 20:47:30 +0000 (20:47 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 22 Oct 2008 20:47:30 +0000 (20:47 +0000)
PLC/ConfFiles.py

index 5d8ae17..13deb69 100644 (file)
@@ -139,7 +139,7 @@ class ConfFile(Row):
             self['nodegroup_ids'].remove(nodegroup_id)
             nodegroup['conf_file_ids'].remove(conf_file_id)
 
-    def update_last_modified():
+    def update_last_modified(self, commit = True):
        """
         Update last_updated field with current time
         """