ClearCase updates part 1: basic cleanup
Review Request #13605 — Created March 4, 2024 and submitted — Latest diff uploaded
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
rbtools/clients/clearcase.py |
---|