make-lp-user calls ISSHKeySet.new() with invalid number of arguments

Bug #608846 reported by Jelmer Vernooij
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Jelmer Vernooij

Bug Description

it looks like ISSHKeySet.new() now only expects two arguments whereas previously it accepted 5.

Related branches

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Traceback (most recent call last):
  File "utilities/make-lp-user", line 245, in <module>
    sys.exit(main(sys.argv[1:]))
  File "utilities/make-lp-user", line 234, in main
    add_ssh_public_keys(person)
  File "utilities/make-lp-user", line 128, in add_ssh_public_keys
    key_set.new(person, key_type, public_key, 'Added by utility script.')
TypeError: new() takes exactly 3 arguments (5 given)

Gary Poster (gary)
Changed in launchpad-foundations:
status: New → In Progress
importance: Undecided → Low
Revision history for this message
Launchpad QA Bot (lpqabot) wrote : Bug fixed by a commit
Changed in launchpad-foundations:
assignee: nobody → Jelmer Vernooij (jelmer)
milestone: none → 10.08
tags: added: qa-needstesting
Changed in launchpad-foundations:
status: In Progress → Fix Committed
Jelmer Vernooij (jelmer)
tags: added: qa-ok
removed: qa-needstesting
Changed in launchpad-foundations:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.