HomeClusterLabs Projects

Refactor: python: Improve string substitutions in clustermanager.py.

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

Description

Refactor: python: Improve string substitutions in clustermanager.py.

  • Get rid of unnecessary parens that make single-item tuples.
  • Use %r instead of repr() where possible.
  • Use substitution strings instead of adding where possible.
  • Add extra spacing around % where there wasn't any before.

Details

Provenance
clumensAuthored on Jul 6 2023, 4:18 PM

Commit No Longer Exists

This commit no longer exists in the repository.