From ed109d65a400c54bb3ec4490f95f95d9e418585f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 25 May 2023 19:24:14 -0500 Subject: [PATCH] debug --- src/viv/viv.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index cdba641..46c3ed9 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -51,7 +51,7 @@ from typing import ( Generator, ) -__version__ = "22.12a3-47-g417c8dd-dev" +__version__ = "22.12a3-48-gf87aab9-dev" @dataclass @@ -929,6 +929,8 @@ class Viv: ) elif args.cmd == "update": + echo(__file__) + echo(Path(__file__)) if str(Path(__file__).resolve()).startswith("/proc/"): error( a.style("viv manage update", "bold")