In commit 8fcbcca9649f it made the line > 79, which causes build error.
Fixes: 8fcbcca9649f ("docs: update various OVS references to OVN")
Cc: Dan Williams <[email protected]>
Signed-off-by: Han Zhou <[email protected]>
---
Documentation/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 138ac88..d89c64e 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -65,8 +65,8 @@ with open(filename, 'rU') as f:
release = line.split(',')[1].strip(string.whitespace + '[]')
break
if release is None:
- sys.stderr.write('%s: failed to determine Open Virtual Network (OVN)
version\n'
- % filename)
+ sys.stderr.write('%s: failed to determine Open Virtual Network (OVN) '
+ 'version\n' % filename)
sys.exit(1)
# The short X.Y version.
--
2.1.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev