We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cfa7c commit 8201e35Copy full SHA for 8201e35
usaspending_api/common/helpers/download_csv_strategies.py
@@ -89,6 +89,7 @@ def download_to_csv(
89
) -> CSVDownloadMetadata:
90
start_time = time.perf_counter()
91
self._logger.info(f"Downloading data to {destination_path}")
92
+ row_count = 0
93
temp_data_file_name = destination_path.parent / (
94
destination_path.name + "_temp"
95
)
0 commit comments