This is an automatically generated e-mail. To reply, visit: http://reviewboard-fedoraserver.rhcloud.com/r/55/ |
On červenec 31st, 2014, 4:44 odp. CEST, Miloslav Trmac wrote:
src/rolekit/server/dbusrole.py (Diff revision 1) def PropertiesChanged(self, interface_name, changed_properties,209 @handle_exceptions
209 @handle_exceptions
No. Logging and ignoring exceptions deep within the call stack, and returning None from functions that are not documented to return None, is not a reasonable error handling strategy.
(I’m not working on fixing the other places, but let’s not spread this any further.)
And AFAICT it is completely unnecessary as well; this method just can’t fail.
- Miloslav
On červenec 30th, 2014, 5:33 odp. CEST, Thomas Woerner wrote:
Review request for RoleKit Mailing List, Stephen Gallagher and Thomas Woerner.
By Thomas Woerner.
Updated Čec. 30, 2014, 5:33 odp.
Repository:
rolekit
Description
Diffs
|