From patchwork Tue May 12 00:03:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 3758 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 76B5E60DF6 for ; Tue, 12 May 2020 02:03:34 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="pdzqcHM6"; dkim-atps=neutral Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0323111F3; Tue, 12 May 2020 02:03:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1589241814; bh=FFvjFp3otmnWWGLnOYVefLRaRJuLfnFECpXr3/G3pTE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pdzqcHM6SwyJPGHcMibr563AEurVBmrFNWc89dESGy2mRG/uHfv2qlIRDwUnyvMDA A6ffkLbbyiZaLsOIZhl48TNi7UsmfhMLjA0Rvp6bn3VTf2y1+8y06Llro95wSdoY/M 7RSAv21FEpkhPBu8kIFul7w2AzuC6+2dWvU0laHU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Tue, 12 May 2020 03:03:02 +0300 Message-Id: <20200512000322.11753-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200512000322.11753-1-laurent.pinchart@ideasonboard.com> References: <20200512000322.11753-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 04/24] utils: raspberrypi: ctt: Fix pycodestyle E241 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 00:03:34 -0000 E241 multiple spaces after ':' E241 multiple spaces after ',' Signed-off-by: Laurent Pinchart --- utils/raspberrypi/ctt/ctt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py index 97cadfe8ab82..743ee3bca448 100755 --- a/utils/raspberrypi/ctt/ctt.py +++ b/utils/raspberrypi/ctt/ctt.py @@ -126,11 +126,11 @@ class Camera: "exposure_modes": { "normal": { "shutter": [100, 10000, 30000, 60000, 120000], - "gain": [1.0, 2.0, 4.0, 6.0, 6.0] + "gain": [1.0, 2.0, 4.0, 6.0, 6.0] }, "sport": { "shutter": [100, 5000, 10000, 20000, 120000], - "gain": [1.0, 2.0, 4.0, 6.0, 6.0 ] + "gain": [1.0, 2.0, 4.0, 6.0, 6.0] } }, "constraint_modes": {