Skip to content

Commit 0104f19

Browse files
Vladimir Kotalahornace
authored andcommitted
rejoin format string
1 parent 1740202 commit 0104f19

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def main():
139139

140140
nomirror = os.environ.get(OPENGROK_NO_MIRROR_ENV)
141141
if nomirror and len(nomirror) > 0:
142-
logger.debug("skipping mirror based on the {} " +
143-
"environment variable".format(OPENGROK_NO_MIRROR_ENV))
142+
logger.debug("skipping mirror based on the {} environment variable".
143+
format(OPENGROK_NO_MIRROR_ENV))
144144
return SUCCESS_EXITVAL
145145

146146
if len(args.project) > 0 and args.all:

0 commit comments

Comments
 (0)