unable to find certain project_groups via API
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
On launchpad I can see the following project groups:
online-accounts
webapps
When running a script like this:
-------
#!/usr/bin/env python
from launchpadlib.
launchpad = Launchpad.
online_accounts = launchpad.
webapps = launchpad.
print online_accounts in launchpad.
print webapps in launchpad.
-------
I would expect the following result:
-------
True
True
-------
But the actual result is:
-------
True
False
-------
Changed in launchpad: | |
status: | Incomplete → New |
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: api projectgroups |
tags: | added: disclosure sharing |
Changed in launchpad: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
assignee: | Curtis Hovey (sinzui) → nobody |
status: | In Progress → Triaged |
tags: | removed: disclosure sharing |
Martin can you explain some more what you are trying to do and why ?