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 e13151c commit fed6b11Copy full SHA for fed6b11
tools/sync/opengrok.py
@@ -63,7 +63,7 @@ def get_first_line(logger, command):
63
return None
64
65
if len(cmd.getoutput()) != 1:
66
- logger.error("output from '{}' has more than 1 line ({})".
+ logger.error("output from '{}' does not have exactly 1 line ({})".
67
format(cmd, len(cmd.getoutput())))
68
69
0 commit comments