Skip to content

Commit fed6b11

Browse files
author
Vladimir Kotal
committed
fix error message to match the check
1 parent e13151c commit fed6b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sync/opengrok.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_first_line(logger, command):
6363
return None
6464

6565
if len(cmd.getoutput()) != 1:
66-
logger.error("output from '{}' has more than 1 line ({})".
66+
logger.error("output from '{}' does not have exactly 1 line ({})".
6767
format(cmd, len(cmd.getoutput())))
6868
return None
6969

0 commit comments

Comments
 (0)