Skip to content

Commit 1f7c801

Browse files
author
Vladimir Kotal
committed
quote the command
1 parent de0db0c commit 1f7c801

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 '{}' has more than 1 line ({})".
6767
format(cmd, len(cmd.getoutput())))
6868
return None
6969

0 commit comments

Comments
 (0)