git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24fe65
)
fix bugs
author
Tony Mack
<tmack@cs.princeton.edu>
Wed, 22 Oct 2008 20:47:30 +0000
(20:47 +0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Wed, 22 Oct 2008 20:47:30 +0000
(20:47 +0000)
PLC/ConfFiles.py
patch
|
blob
|
history
diff --git
a/PLC/ConfFiles.py
b/PLC/ConfFiles.py
index
5d8ae17
..
13deb69
100644
(file)
--- a/
PLC/ConfFiles.py
+++ b/
PLC/ConfFiles.py
@@
-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
"""