HomeClusterLabs Projects

Refactor: python: Fix return value of __call__ methods.

Description

Refactor: python: Fix return value of call methods.

  • Always return True or False, not None or 0 or 1.
  • Raise NotImplementedError in the base class.
  • Change the variable name to result in all methods for consistency.

Details

Provenance
clumensAuthored on Apr 7 2023, 2:14 PM
Parents
rPaed5c61e686d: Refactor: python: Fix minor pylint warnings in audits.py.
Branches
Unknown
Tags
Unknown