There was an error while loading. Please reload this page.
1 parent f764e7d commit e371a7eCopy full SHA for e371a7e
README.md
@@ -36,7 +36,7 @@ core_client = connection.get_client('vsts.core.v4_0.core_client.CoreClient')
36
projects = core_client.get_projects()
37
38
# Show details about each project in the console
39
-for project in team_projects:
+for project in projects:
40
pprint.pprint(project.__dict__)
41
```
42
0 commit comments