mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Linter
This commit is contained in:
parent
8a1dd3c7c8
commit
3435e25b8a
@ -13,7 +13,9 @@ from get_previous_release_tag import (
|
||||
PACKAGES_DIR = Path("previous_release_package_folder")
|
||||
|
||||
|
||||
def download_packages(release: ReleaseInfo, dest_path: Path = PACKAGES_DIR, debug: bool = False) -> None:
|
||||
def download_packages(
|
||||
release: ReleaseInfo, dest_path: Path = PACKAGES_DIR, debug: bool = False
|
||||
) -> None:
|
||||
dest_path.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
logging.info("Will download %s", release)
|
||||
|
Loading…
Reference in New Issue
Block a user