Skip to content

Commit

Permalink
finally condensation
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Aug 1, 2023
1 parent 260f952 commit 10cf278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pds/registrysweepers/repairkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def run(base_url: str,
configure_logging(filepath=log_filepath, log_level=log_level)
log.info("starting CLI processing")
host = Host(password, base_url, username, verify_host_certs)
query = {"match_all": {}}
for document in query_registry_db(host, query, {}):
for document in query_registry_db(host, {"match_all": {}}, {}):
id = document['_id']
src = document['_source']
repairs = {}
Expand Down

0 comments on commit 10cf278

Please sign in to comment.