HomeClusterLabs Projects

Refactor: python: Simplify various format string.

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

Description

Refactor: python: Simplify various format string.

  • Use %r instead of repr().
  • Use %s instead of adding.
  • Use format strings instead of adding and calling ljust/rjust. I think this is more readable, even if it's still not great.

Details

Provenance
clumensAuthored on Jun 22 2023, 4:12 PM

Commit No Longer Exists

This commit no longer exists in the repository.