class Notification(Action):
@ line 184:
def get_return_from(self, c):
self.exit_status = c.exit_status
self.output = c.output
...
@ line 226:
def get_return_from(self, n):
self.exit_status = n.exit_status
I guess it's the second one that's actually being used.
first one is so like "hidden" and could/should be removed, wdyt ?
greg.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel