Skip to content

Commit

Permalink
conf.py: Fix flake8 error in build.
Browse files Browse the repository at this point in the history
In commit 8fcbcca it made the line > 79, which causes build error.

Fixes: 8fcbcca ("docs: update various OVS references to OVN")
Cc: Dan Williams <dcbw@redhat.com>
Acked-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Han Zhou <hzhou@ovn.org>
  • Loading branch information
hzhou8 committed May 14, 2020
1 parent 53f8e9e commit 0502c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
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.
Expand Down

0 comments on commit 0502c88

Please sign in to comment.