swh.lister.gitlab.tasks: Remove spurious comma
This commit is contained in:
parent
13bb7aca58
commit
74d8375261
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class IncrementalGitLabLister(ListerTaskBase):
|
|||
task_queue = 'swh_lister_gitlab_discover'
|
||||
|
||||
def new_lister(self, api_baseurl='https://gitlab.com/api/v4',
|
||||
instance='gitlab.com',):
|
||||
instance='gitlab.com'):
|
||||
# will invert the order of the lister's result
|
||||
return GitLabLister(instance=instance, api_baseurl=api_baseurl,
|
||||
sort='desc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue