[PATCH 05/21] add-committer-certs: trivial cleanup
Felipe Contreras
felipe.contreras at gmail.com
Sun May 13 10:14:13 EDT 2012
Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
---
add-committer-certs.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/add-committer-certs.py b/add-committer-certs.py
index 3ef63ac..2f48f13 100755
--- a/add-committer-certs.py
+++ b/add-committer-certs.py
@@ -9,11 +9,10 @@ sys.stdout.write("Adding committer certs based on changelog cert signers...")
sys.stdout.flush()
db = sys.argv[1]
-key = None
try:
key = sys.argv[2]
except IndexError:
- pass
+ key = None
def shellquote(s):
return "'" + s.replace("'", "'\\''") + "'"
--
1.7.10.1
More information about the Devel
mailing list