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

Commit8ce4e9e

Browse files
authored
Merge pull request#701 from jpiron/fix_all_behaviour
Fix all kwarg behaviour
2 parents31bca2f +6b2bf5b commit8ce4e9e

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
@@ -590,7 +590,7 @@ def http_list(self, path, query_data={}, as_list=None, **kwargs):
590590
# In case we want to change the default behavior at some point
591591
as_list=Trueifas_listisNoneelseas_list
592592

593-
get_all=kwargs.get('all',False)
593+
get_all=kwargs.pop('all',False)
594594
url=self._build_url(path)
595595

596596
ifget_allisTrue:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp