mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Fix argument name "subscribe" for post_bug! - seems to have used the global before
This commit is contained in:
parent
8e74762bf5
commit
f99fc1109c
@ -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.'''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user