Skip to content

Commit c192846

Browse files
authored
coerce to list to dodge bug with interaction between gitpython and toolz (#10494)
1 parent 0db56ad commit c192846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release_contributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def main():
1111
repo = git.Repo(".")
1212

13-
most_recent_release = last(repo.tags)
13+
most_recent_release = last(list(repo.tags))
1414

1515
# extract information from commits
1616
contributors = {}

0 commit comments

Comments
 (0)