make-lp-user calls ISSHKeySet.new() with invalid number of arguments
Bug #608846 reported by
Jelmer Vernooij
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
lp://qastaging/~jelmer/launchpad/608846-make-lp-user-ssh-keys
- Robert Collins (community): Approve
-
Diff: 30 lines (+4/-4)1 file modifiedutilities/make-lp-user (+4/-4)
Changed in launchpad-foundations: | |
status: | New → In Progress |
importance: | Undecided → Low |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Traceback (most recent call last): make-lp- user", line 245, in <module> exit(main( sys.argv[ 1:])) make-lp- user", line 234, in main ssh_public_ keys(person) make-lp- user", line 128, in add_ssh_public_keys set.new( person, key_type, public_key, 'Added by utility script.')
File "utilities/
sys.
File "utilities/
add_
File "utilities/
key_
TypeError: new() takes exactly 3 arguments (5 given)