From f99fc1109c08445f380a8b05c7ae4581d202f0b8 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 9 Feb 2008 04:00:46 +0100 Subject: [PATCH] Fix argument name "subscribe" for post_bug! - seems to have used the global before --- requestsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requestsync b/requestsync index c394901..227df74 100755 --- a/requestsync +++ b/requestsync @@ -187,7 +187,7 @@ def mail_bug(source_package, subscribe, status, bugtitle, bugtext, keyid = None) return True -def post_bug(source_package, subscibe, status, bugtitle, bugtext): +def post_bug(source_package, subscribe, status, bugtitle, bugtext): '''Use python-launchpad-bugs to submit the sync request. Return True if email successfully send, otherwise False.'''