Fix log messages
Review Request #9650 — Created Feb. 16, 2018 and submitted — Latest diff uploaded
Fix log messages
log message do the formatting for you, so there's no need to use % in these.
All tests passed in python 2.7
rbtools/api/request.py |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/clearcase.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/perforce.py |
---|
rbtools/clients/plastic.py |
---|
rbtools/clients/svn.py |
---|
rbtools/utils/process.py |
---|