mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
fix: easy-install.py typings
This commit is contained in:
parent
97ce6f79a9
commit
6f407fe317
@ -11,7 +11,7 @@ import sys
|
|||||||
import time
|
import time
|
||||||
import urllib.request
|
import urllib.request
|
||||||
from shutil import move, unpack_archive, which
|
from shutil import move, unpack_archive, which
|
||||||
from typing import Dict
|
from typing import Dict, List
|
||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
filename="easy-install.log",
|
filename="easy-install.log",
|
||||||
@ -377,7 +377,7 @@ def build_image(
|
|||||||
frappe_branch: str,
|
frappe_branch: str,
|
||||||
containerfile_path: str,
|
containerfile_path: str,
|
||||||
apps_json_path: str,
|
apps_json_path: str,
|
||||||
tags: list[str],
|
tags: List[str],
|
||||||
python_version: str,
|
python_version: str,
|
||||||
node_version: str,
|
node_version: str,
|
||||||
):
|
):
|
||||||
|
Loading…
Reference in New Issue
Block a user