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

Commitb8f19ca

Browse files
author
Gauvain Pocentek
committed
Merge branch 'master' of github.com:gpocentek/python-gitlab
2 parents0535808 +05dd8dc commitb8f19ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎gitlab/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def _raw_list(self, path, cls, **kwargs):
287287
get_all_results=kwargs.get('all',False)
288288

289289
# Remove parameters from kwargs before passing it to constructor
290-
forkeyin ['all','page','per_page','sudo']:
290+
forkeyin ['all','page','per_page','sudo','next_url']:
291291
ifkeyincls_kwargs:
292292
delcls_kwargs[key]
293293

@@ -395,7 +395,7 @@ def list(self, obj_class, **kwargs):
395395
get_all_results=params.get('all',False)
396396

397397
# Remove parameters from kwargs before passing it to constructor
398-
forkeyin ['all','page','per_page','sudo']:
398+
forkeyin ['all','page','per_page','sudo','next_url']:
399399
ifkeyincls_kwargs:
400400
delcls_kwargs[key]
401401

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp