We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bc725 commit 11f0562Copy full SHA for 11f0562
tools/src/main/python/opengrok_tools/utils/mirror.py
@@ -414,7 +414,7 @@ def process_outgoing(repos, project_name):
414
415
ret = False
416
for repo in repos:
417
- logger.debug("Checking outgoing changes for repository {}", repo)
+ logger.debug("Checking outgoing changes for repository {}".format(repo))
418
if repo.strip_outgoing():
419
logger.debug('Repository {} in project {} had outgoing changes stripped'.
420
format(repo, project_name))
0 commit comments