Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

ipalocation.py

  • Rafael Guterres Jeffman's avatar
    24efad73
    pylint: Fix warning 'unnecessary "else" after "return"' · 24efad73
    Rafael Guterres Jeffman authored
    Recent pylint versions warn against the use of an 'else' in a
    'try-except' block if using a 'return' on the 'except' part is is the
    idom used by ansible-freeipa when retrieving IPA data objects.
    
    This change removes the usage of the 'else:' in such cases, and modify
    the templates so that new modules do not have the same issue in the
    future.
    24efad73
    History
    pylint: Fix warning 'unnecessary "else" after "return"'
    Rafael Guterres Jeffman authored
    Recent pylint versions warn against the use of an 'else' in a
    'try-except' block if using a 'return' on the 'except' part is is the
    idom used by ansible-freeipa when retrieving IPA data objects.
    
    This change removes the usage of the 'else:' in such cases, and modify
    the templates so that new modules do not have the same issue in the
    future.