From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B25D1581D3 for ; Sat, 25 May 2024 03:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06403E29C4; Sat, 25 May 2024 03:45:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5489CE29BE for ; Sat, 25 May 2024 03:45:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E303335D60 for ; Sat, 25 May 2024 03:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51B51B42 for ; Sat, 25 May 2024 03:45:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716608654.6b6fa781352b306f7b5aa387fffa53b9bc63f209.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: bin/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: bin/merge-driver-ekeyword X-VCS-Directories: bin/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6b6fa781352b306f7b5aa387fffa53b9bc63f209 X-VCS-Branch: master Date: Sat, 25 May 2024 03:45:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9622ddb1-07d0-4937-a090-7b8390936ab1 X-Archives-Hash: f06f1f150589854a6c4d71b01988b319 commit: 6b6fa781352b306f7b5aa387fffa53b9bc63f209 Author: Matt Turner gentoo org> AuthorDate: Wed May 1 15:51:45 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat May 25 03:44:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=6b6fa781 bin/merge-driver-ekeyword: Two blank lines after function def Signed-off-by: Matt Turner gentoo.org> bin/merge-driver-ekeyword | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/merge-driver-ekeyword b/bin/merge-driver-ekeyword index ff779c5..efdfbde 100755 --- a/bin/merge-driver-ekeyword +++ b/bin/merge-driver-ekeyword @@ -131,5 +131,6 @@ def main(argv: Sequence[str]) -> int: except OSError: sys.exit(-1) + if __name__ == "__main__": main(sys.argv)