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

swh.lister.core.paging_lister: Fix page initialization

parent 81fd5f9c
No related branches found
No related tags found
1 merge request!32swh.lister.core.paging_lister: Fix page initialization
......@@ -110,7 +110,7 @@ class PageByPageLister(SWHListerBase):
nothing
"""
page = min_bound or ''
page = min_bound or 0
loop_count = 0
self.min_page = min_bound
......
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