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 3 (Latest)

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.
33848d04e105ad0bcaa8401cc1f848b02b7d47a4 David Trowbridge
rbtools/clients/clearcase.py
Loading...