From patchwork Wed May 13 21:50:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Han Zhou X-Patchwork-Id: 1289756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49MqKq2cC8z9sRK for ; Thu, 14 May 2020 08:37:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BE92888534; Wed, 13 May 2020 22:36:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AptXKwLkV520; Wed, 13 May 2020 22:36:56 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id B185587CA3; Wed, 13 May 2020 22:36:56 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7757DC088B; Wed, 13 May 2020 22:36:56 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id DD0D2C016F for ; Wed, 13 May 2020 22:36:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C577D87710 for ; Wed, 13 May 2020 22:36:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9UFHhjtkCPh1 for ; Wed, 13 May 2020 22:36:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mslow2.mail.gandi.net (mslow2.mail.gandi.net [217.70.178.242]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C6BE6876FF for ; Wed, 13 May 2020 22:36:53 +0000 (UTC) Received: from relay1-d.mail.gandi.net (unknown [217.70.183.193]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 9C6393AB778 for ; Wed, 13 May 2020 21:50:34 +0000 (UTC) X-Originating-IP: 216.113.160.71 Received: from localhost.localdomain.localdomain (unknown [216.113.160.71]) (Authenticated sender: hzhou@ovn.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 1ADF0240007; Wed, 13 May 2020 21:50:17 +0000 (UTC) From: Han Zhou To: dev@openvswitch.org Date: Wed, 13 May 2020 14:50:07 -0700 Message-Id: <1589406607-8892-1-git-send-email-hzhou@ovn.org> X-Mailer: git-send-email 2.1.0 Cc: Han Zhou , Dan Williams Subject: [ovs-dev] [PATCH ovn] conf.py: Fix flake8 error in build. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" In commit 8fcbcca9649f it made the line > 79, which causes build error. Fixes: 8fcbcca9649f ("docs: update various OVS references to OVN") Cc: Dan Williams Signed-off-by: Han Zhou Acked-by: Ben Pfaff --- 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.