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 1740202 commit 0104f19Copy full SHA for 0104f19
tools/src/main/python/opengrok_tools/mirror.py
@@ -139,8 +139,8 @@ def main():
139
140
nomirror = os.environ.get(OPENGROK_NO_MIRROR_ENV)
141
if nomirror and len(nomirror) > 0:
142
- logger.debug("skipping mirror based on the {} " +
143
- "environment variable".format(OPENGROK_NO_MIRROR_ENV))
+ logger.debug("skipping mirror based on the {} environment variable".
+ format(OPENGROK_NO_MIRROR_ENV))
144
return SUCCESS_EXITVAL
145
146
if len(args.project) > 0 and args.all:
0 commit comments