ClearCase updates part 1: basic cleanup

Review Request #13605 — Created March 4, 2024 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

This change does some very basic cleanup to the ClearCase implementation
in RBTools:

  • Replace %-format strings with f-strings where it makes sense.
  • Change "unicode" to "str" in docstrings.
  • Remove a few unused private methods.
  • Fix up some line length issues.

Ran unit tests.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
ClearCase updates part 1: basic cleanup
This change does some very basic cleanup to the ClearCase implementation in RBTools: - Replace %-format strings with f-strings where it makes sense. - Change "unicode" to "str" in docstrings. - Remove a few unused private methods. - Fix up some line length issues. Testing Done: Ran unit tests.
b01f291ff798eab0cd3781c84652cc00ccafb35c David Trowbridge
rbtools/clients/clearcase.py
Loading...