microsoft / microsoft/azure-devops-python-api
Bug in "Getting Started" example code on main wiki page
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 684
- Forks
- 218
- Avg merge
- 8d 10h
- Merged PRs (30d)
- 1
Description
Line 21: "for project in get_projects_response.value" should be "for project in get_projects_response"
whole section of the example can be simplified to:
for project in get_projects_response:
pprint.pprint(project.name)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the main wiki page and inspect line 21 in the Getting Started example. Update the project iteration as described and simplify the surrounding example to print each project name with pprint.pprint; verify that the example now matches the issue's corrected code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100