From patchwork Thu Oct 11 23:00:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Gr=C3=A9goire_Delattre?= X-Patchwork-Id: 982762 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=quimbo.fr Authentication-Results: ozlabs.org; dkim=permerror (0-bit key) header.d=quimbo.fr header.i=@quimbo.fr header.b="O7wiYeXn"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42WRKL1WmFz9s7T for ; Fri, 12 Oct 2018 10:01:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 18C1786EBA; Thu, 11 Oct 2018 23:01:06 +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 Lovh_Mb3qMNf; Thu, 11 Oct 2018 23:01:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C1E5F86DF4; Thu, 11 Oct 2018 23:01:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 89AD51C11EB for ; Thu, 11 Oct 2018 23:01:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 86D9C87A58 for ; Thu, 11 Oct 2018 23:01:03 +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 19q6w1TZnEfp for ; Thu, 11 Oct 2018 23:01:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.jombi.fr (brian.quimbo.fr [5.39.95.24]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3069D87A50 for ; Thu, 11 Oct 2018 23:01:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.jombi.fr (Postfix) with ESMTP id B6E61DC7; Thu, 11 Oct 2018 23:09:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at jombi.fr Received: from mail.jombi.fr ([127.0.0.1]) by localhost (mail.jombi.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zlrcb18i7uDG; Thu, 11 Oct 2018 23:09:52 +0000 (UTC) Received: from localhost (otb.delattre.me [151.127.0.3]) (Authenticated sender: greg@quimbo.fr) by mail.jombi.fr (Postfix) with ESMTPSA id AEBFADC6; Thu, 11 Oct 2018 23:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=quimbo.fr; s=mail; t=1539299391; bh=IcFhK8nqaDfja3aE3oFyzZsSyBmkbeBPX4oZsbgLmOw=; h=From:To:Cc:Subject:Date; b=O7wiYeXn99FLsR/tyvPKs32WRYPgjW2+PBslSNRu5ZwpbYZeKKcrZaYC8w1ShaGbr 2OW3JW1k36gca+cwV+vznh3R6JZzkQvigVDORh6raEtafXUbwkvUmzPlhAyl9/dOoT H9IclOK8jpdQSbw13ldDPCixx2Pb3bNcWYsLFvDM= From: =?utf-8?q?Gr=C3=A9goire_Delattre?= To: buildroot@buildroot.org Date: Fri, 12 Oct 2018 01:00:50 +0200 Message-Id: <20181011230050.28593-1-greg@quimbo.fr> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] utils/get-developers: fix syntax error X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Gr=C3=A9goire_Delattre?= , thomas.petazzoni@bootlin.com Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Grégoire Delattre This fixes a syntax error introduced in bcf2ed5cc3. Output before the patch: $ ./utils/get-developers outgoing/* File "./utils/get-developers", line 97 print dev ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(dev)? Output after the patch: $ ./utils/get-developers outgoing/* git send-email --to buildroot@buildroot.org Signed-off-by: Grégoire Delattre --- utils/get-developers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/get-developers b/utils/get-developers index 9135b41662..ce882e6699 100755 --- a/utils/get-developers +++ b/utils/get-developers @@ -94,7 +94,7 @@ def __main__(): if args.email: for dev in matching_devs: - print dev + print(dev) else: result = "--to buildroot@buildroot.org" for dev in matching_devs: