Fix: Lint issues in make_update.py
This commit is contained in:
@@ -58,9 +58,14 @@ def parse_arguments() -> argparse.Namespace:
|
||||
parser.add_argument("--no-libraries", action="store_true",
|
||||
help="Don't fetch precompiled libraries for this system")
|
||||
parser.add_argument("--no-blender", action="store_true", help="Don't update the Blender code repository")
|
||||
parser.add_argument("--no-lfs-fallback", action="store_true",
|
||||
help="Don't set up fallback URLs for fetching LFS files from projects.blender.org. These are only used when cloning repositories hosted elsewhere.")
|
||||
parser.add_argument("--git-command", default="git", help="Path to the git binary. (Only useful if it is not in your PATH)")
|
||||
parser.add_argument(
|
||||
"--no-lfs-fallback",
|
||||
action="store_true",
|
||||
help="Don't set up fallback URLs for fetching LFS files from projects.blender.org. These are only used when cloning repositories hosted elsewhere.")
|
||||
parser.add_argument(
|
||||
"--git-command",
|
||||
default="git",
|
||||
help="Path to the git binary. (Only useful if it is not in your PATH)")
|
||||
parser.add_argument("--architecture", type=str,
|
||||
choices=("x86_64", "amd64", "arm64",))
|
||||
parser.add_argument("--prune-destructive", action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user