瀏覽代碼

[DATALAD] Recorded changes

Daniel Busch 1 月之前
父節點
當前提交
95371ded87
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/faostat_data_primap/download.py

+ 0 - 1
src/faostat_data_primap/download.py

@@ -149,7 +149,6 @@ def download_methodology(url_download: str, save_path: pathlib.Path) -> None:
     # Save downloaded file to current release
     # with open(download_path, "wb") as f:
     #     f.write(response.content)
-
     # else:
     #     print(f"No previous release found. Downloading file '{filename}'.")
     response = requests.get(url_download, stream=True, timeout=30)