Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorldBank Datasets Refresh #1151

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
commit to check, is all checks passing or not
prajapata committed Dec 19, 2024
commit 00847539a5e25de735ff4ad2bb03a37972e9310f
2 changes: 1 addition & 1 deletion scripts/world_bank/datasets/datasets.py
Original file line number Diff line number Diff line change
@@ -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")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these print commands.

logging.info('Downloading %s to file %s', url, file_path)

# response = requests.get(url)