Fix argument name "subscribe" for post_bug! - seems to have used the global before

This commit is contained in:
Daniel Hahler 2008-02-09 04:00:46 +01:00
parent 8e74762bf5
commit f99fc1109c

View File

@ -187,7 +187,7 @@ def mail_bug(source_package, subscribe, status, bugtitle, bugtext, keyid = None)
return True 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. '''Use python-launchpad-bugs to submit the sync request.
Return True if email successfully send, otherwise False.''' Return True if email successfully send, otherwise False.'''