From f1e1fec3988780ddd6bcfed54dc50814dc207cac Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Mon, 18 Jun 2007 18:52:32 +0100 Subject: [PATCH] def foo() works better when followed by a colon... --- daklib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/utils.py b/daklib/utils.py index 9758fc97..ab8c46c7 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -939,7 +939,7 @@ on error.""" ################################################################################ -def gpg_keyring_args(keyrings=None) +def gpg_keyring_args(keyrings=None): if not keyrings: keyrings = Cnf.ValueList("Dinstall::GPGKeyring") -- 2.39.2