Skip to content

Commit

Permalink
commit to check, is all checks passing or not
Browse files Browse the repository at this point in the history
  • Loading branch information
prajapata committed Dec 19, 2024
1 parent 7896140 commit 0084753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/world_bank/datasets/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def download(url):
if os.path.exists(file_path):
logging.info('Already downloaded %s to file %s', url, file_path)
return

print("just checking")
logging.info('Downloading %s to file %s', url, file_path)

# response = requests.get(url)
Expand Down

0 comments on commit 0084753

Please sign in to comment.