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