mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Fix descriptions variables
This commit is contained in:
@ -180,11 +180,11 @@ def make_wheel():
|
||||
utils.set_cwd("python/docbuilder")
|
||||
|
||||
# Download builder long-description
|
||||
readme_url = "https://raw.githubusercontent.com/ONLYOFFICE/DocumentBuilder/master/README.md"
|
||||
readme_path = "../README.md"
|
||||
description_url = "https://raw.githubusercontent.com/ONLYOFFICE/DocumentBuilder/master/README.md"
|
||||
description_path = "../README.md"
|
||||
try:
|
||||
utils.log("Downloading DocumentBuilder README.md from GitHub...")
|
||||
urllib.request.urlretrieve(readme_url, readme_path)
|
||||
urllib.request.urlretrieve(description_url, description_path)
|
||||
utils.log("README.md downloaded successfully")
|
||||
except Exception as e:
|
||||
utils.log(f"Failed to download README.md: {e}")
|
||||
|
||||
Reference in New Issue
Block a user