Skip to content

Commit e6857d4

Browse files
committed
Retrieve ≥100 tags for message-ix dl
Increase from default response of ≤30 tags.
1 parent eee725d commit e6857d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_ix/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def dl(branch, tag, path):
7373
else:
7474
# Get tag information using GitHub API
7575
args = dict(
76-
url="https://api.github.com/repos/iiasa/message_ix/tags",
76+
url="https://api.github.com/repos/iiasa/message_ix/tags?per_page=100",
7777
headers=dict(),
7878
)
7979

0 commit comments

Comments
 (0)