bisect-kit: fix pylint warnings
BUG=None
TEST=pylint
Change-Id: Ifa462b7ee158c4d264fc3067b89dd052fbdafd6a
diff --git a/bisect_kit/repo_util.py b/bisect_kit/repo_util.py
index 600b26b..2127500 100644
--- a/bisect_kit/repo_util.py
+++ b/bisect_kit/repo_util.py
@@ -529,7 +529,7 @@
if not project.get('revision'):
count += 1
path = self.parser.get_project_path(project)
- logger.warning('path: %s has no revision' % path)
+ logger.warning('path: %s has no revision', path)
return count == 0
def remove_project_revision(self):