Skip to content

Commit

Permalink
drive by for cryptic release notes script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Skaggs committed Oct 5, 2017
1 parent aadd8c3 commit 3956ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasetests/make_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

def get_lp_bug_tasks(script, milestone_name):
"""Return an iterators of Lp BugTasks,"""
lp = Launchpad.login_with(
lp = Launchpad.login_anonymously(
script, service_root='https://api.launchpad.net', version='devel')
if milestone_name.startswith('1.'):
project = lp.projects['juju-core']
Expand Down

0 comments on commit 3956ef4

Please sign in to comment.