Skip to content
Snippets Groups Projects
Verified Commit b745c5a7 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

lister.debian: Default to run a listing on debian distribution

That fixes the `swh lister run --lister debian` cli entrypoint.
parent a60e0bbc
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment