From 6e940fc594c3e4eaf8138917e1f335831a21057e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 26 May 2023 00:13:52 -0500 Subject: [PATCH] blah --- src/viv/viv.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index 9ed6080..484ac8e 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -51,7 +51,7 @@ from typing import ( Generator, ) -__version__ = "22.12a3-47-gf069a26-dev" +__version__ = "22.12a3-48-g30cb4b5-dev" @dataclass @@ -1030,10 +1030,7 @@ class Viv: echo(f"Downloaded version: {downloaded_version}") q = INSTALL_TEMPLATE.format( src_location="~/.local/share/viv/viv.py", cli_location="~/bin/viv" - ) + ( - "Would you like to perform the above " - "installation steps with the following settings?" - ) + ) + ("Would you like to perform the above " "installation steps?") if confirm(q): print("AWAY MAN")