Loading behave_utils/docker.py +2 −1 Original line number Diff line number Diff line Loading @@ -70,9 +70,10 @@ Volumes = MutableSequence[Mount] IPAddress = Union[ipaddress.IPv4Address, ipaddress.IPv6Address] DOCKER: Argument match which("docker"): case None: DOCKER: Argument = DownloadableDocker().get_binary() DOCKER = DownloadableDocker().get_binary() case str(path): DOCKER = Path(path) Loading Loading
behave_utils/docker.py +2 −1 Original line number Diff line number Diff line Loading @@ -70,9 +70,10 @@ Volumes = MutableSequence[Mount] IPAddress = Union[ipaddress.IPv4Address, ipaddress.IPv6Address] DOCKER: Argument match which("docker"): case None: DOCKER: Argument = DownloadableDocker().get_binary() DOCKER = DownloadableDocker().get_binary() case str(path): DOCKER = Path(path) Loading