We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eec526 + 101dfee commit 58301b1Copy full SHA for 58301b1
README.md
@@ -57,7 +57,7 @@ subprojects = iterate_subprojects(
57
for subproject in subprojects:
58
print('- {} ({}) -> {}'.format(
59
subproject.submodule.path,
60
- subproject.project.url,
+ subproject.project.web_url,
61
subproject.commit.id))
62
```
63
Output:
@@ -77,7 +77,7 @@ Output:
77
78
- print('- {} ({}) -> {}'.format(
79
- subproject.submodule.path,
80
-- subproject.project.url,
+- subproject.project.web_url,
81
- subproject.commit.id))
82
+ head_subproject_commit = subproject.project.commits.list(
83
+ ref=subproject.project.default_branch)[0]
0 commit comments