Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema committed Dec 1, 2023
1 parent 3f603ab commit 814514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deafrica_conflux/drill.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def drill(

query["datasets"] = required_datasets

_log.info(f"Query object to use for loading data {json.dumps(query)}")
_log.info(f"Query object to use for loading data {query}")

# Load the datasets.
ds_ = dc.load(**query)
Expand Down

0 comments on commit 814514b

Please sign in to comment.