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

Commit137d72b

Browse files
committed
fix: ignore all parameter, when as_list=True
Closes#962
1 parent18913dd commit137d72b

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
@@ -630,7 +630,7 @@ def http_list(self, path, query_data=None, as_list=None, **kwargs):
630630
get_all=kwargs.pop("all",False)
631631
url=self._build_url(path)
632632

633-
ifget_allisTrue:
633+
ifget_allisTrueandas_listisTrue:
634634
returnlist(GitlabList(self,url,query_data,**kwargs))
635635

636636
if"page"inkwargsoras_listisTrue:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp