Skip to content

Commit 46594cf

Browse files
committed
input_file name change
1 parent 034f892 commit 46594cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

statvar_imports/tuberculosis_percentage/download_who_tuberculosis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def download_tb_percentage_data():
4646

4747
# 4. Save to CSV in a new folder
4848
output_dir = "statvar_imports/tuberculosis_percentage/input_files"
49-
filename = os.path.join(output_dir, "TB_Bacteriologically_Confirmed_Percentage.csv")
49+
filename = os.path.join(output_dir, "tuberculosisPercentage_input.csv")
5050

5151
os.makedirs(output_dir, exist_ok=True)
5252

0 commit comments

Comments
 (0)