Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15511bf

Browse files
author
Gauvain Pocentek
committed
Fix GitlabList.__len__
1 parent0d94ee2 commit15511bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def __iter__(self):
819819
returnself
820820

821821
def__len__(self):
822-
returnint(self._total_pages)
822+
returnint(self._total)
823823

824824
def__next__(self):
825825
returnself.next()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp