HomeClusterLabs Projects

Refactor: python: Fix return value of __call__ methods.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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

Commit No Longer Exists

This commit no longer exists in the repository.