« Previous | Next » 

Revision 8adfb141

ID8adfb141a6b4a7950cffb1c1daf1b12664cce8ed

Added by Michael Hanselmann over 14 years ago

build-bash-completion: Check for None before comparing

Comparing a number with None is not a good idea:

>>> (0 < None, 0 > None)
(False, True)

This patch also adds build-bash-completion to the list
of checked Python scripts and wraps one line of more
than 80 characters.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences