obvious use of project.getSeries does not work
Bug #524768 reported by
Robert Collins
This bug report is a duplicate of:
Bug #270096: launchpadlib methods do not support positional parameters.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
affects launchpad
done
given a project object in launchpadlib:
proj.getSeries(
bzr: ERROR: exceptions.
args.
-Rob
tags: | added: api |
affects: | launchpad-registry → launchpad-foundations |
To post a comment you must log in.
getSeries requires the kwargs, name_or_ version= 'trunk' . It would be nice to support positional args, but I think launchpadlib has difficulty with that.