[PATCH 9/9] python: raise a more specific error in Messages.print_messages

2011-09-26 Thread Justus Winter
Raising Exception is considered bad since the only way to catch it is to do 'except Exception'. Raising a TypeError is more appropriate. Since the format parameter has already been validated, checking it again is not necessary. Simplify this conditional. Signed-off-by: Justus Winter <4win...@info

[PATCH 9/9] python: raise a more specific error in Messages.print_messages

2011-09-26 Thread Justus Winter
Raising Exception is considered bad since the only way to catch it is to do 'except Exception'. Raising a TypeError is more appropriate. Since the format parameter has already been validated, checking it again is not necessary. Simplify this conditional. Signed-off-by: Justus Winter <4winter at i