HomeClusterLabs Projects

Refactor: python: Use %r instead of calling repr in format strings.

Description

Refactor: python: Use %r instead of calling repr in format strings.

This is the same thing, but without the explicit call to repr, which
makes the lines a little shorter and gets rid of closing parens in
places where there's already a pile of them.

Details

Provenance
clumensAuthored on Jun 1 2023, 10:28 AM
Parents
rP4f9757dd98c6: Merge pull request #3114 from clumens/cts-tests-batch-1
Branches
Unknown
Tags
Unknown