Skip to content

Commit 7888fba

Browse files
Vladimir Kotalahornace
authored andcommitted
join lines
1 parent b0fe77b commit 7888fba

File tree

1 file changed

+1
-2
lines changed
  • tools/src/main/python/opengrok_tools/utils

1 file changed

+1
-2
lines changed

tools/src/main/python/opengrok_tools/utils/mirror.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,7 @@ def mirror_project(config, project_name, check_changes, uri,
448448
# is treated as failed, i.e. the program will return FAILURE_EXITVAL.
449449
#
450450
for repo in repos:
451-
logger.info("Synchronizing repository {}".
452-
format(repo.path))
451+
logger.info("Synchronizing repository {}".format(repo.path))
453452
if repo.sync() != SUCCESS_EXITVAL:
454453
logger.error("failed to synchronize repository {}".
455454
format(repo.path))

0 commit comments

Comments
 (0)