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:
dc02271
)
- use 'event_objects' instead of 'object_ids' when logging
author
Tony Mack
<tmack@cs.princeton.edu>
Mon, 2 Apr 2007 21:06:56 +0000
(21:06 +0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Mon, 2 Apr 2007 21:06:56 +0000
(21:06 +0000)
PLC/Methods/DeleteConfFile.py
patch
|
blob
|
history
diff --git
a/PLC/Methods/DeleteConfFile.py
b/PLC/Methods/DeleteConfFile.py
index
165b231
..
f05ae43
100644
(file)
--- a/
PLC/Methods/DeleteConfFile.py
+++ b/
PLC/Methods/DeleteConfFile.py
@@
-28,6
+28,6
@@
class DeleteConfFile(Method):
conf_file = conf_files[0]
conf_file.delete()
- self.
object_ids = [conf_file['conf_file_id']]
+ self.
event_objects = {'ConfFile': [conf_file['conf_file_id']]}
return 1