Skip to content
Snippets Groups Projects
Commit efba0e26 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Bugfix.

parent 6e261bd7
Branches
Tags
No related merge requests found
...@@ -54,6 +54,8 @@ def get_pages( root_url, no_records_per_page, uuid=None, the_filter=None ): ...@@ -54,6 +54,8 @@ def get_pages( root_url, no_records_per_page, uuid=None, the_filter=None ):
logging.debug("Got %s records." % len(records)) logging.debug("Got %s records." % len(records))
filtered_records = records
# apply filter # apply filter
if the_filter != None: if the_filter != None:
logging.debug("Filtering out unwanted records, if present.") logging.debug("Filtering out unwanted records, if present.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment