lister.debian: Default to run a listing on debian distribution
That fixes the `swh lister run --lister debian` cli entrypoint.
This commit is contained in:
parent
a60e0bbc41
commit
b745c5a735
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class DebianLister(ListerHttpTransport, ListerBase):
|
|||
|
||||
return self.scheduler.create_tasks(tasks)
|
||||
|
||||
def run(self, distribution, date=None):
|
||||
def run(self, distribution='Debian', date=None):
|
||||
"""Run the lister for a given (distribution, area) tuple.
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue