mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-14 04:57:53 -06:00
debug
This commit is contained in:
parent
f87aab9ddd
commit
ed109d65a4
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
||||||
Generator,
|
Generator,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "22.12a3-47-g417c8dd-dev"
|
__version__ = "22.12a3-48-gf87aab9-dev"
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
@ -929,6 +929,8 @@ class Viv:
|
||||||
)
|
)
|
||||||
|
|
||||||
elif args.cmd == "update":
|
elif args.cmd == "update":
|
||||||
|
echo(__file__)
|
||||||
|
echo(Path(__file__))
|
||||||
if str(Path(__file__).resolve()).startswith("/proc/"):
|
if str(Path(__file__).resolve()).startswith("/proc/"):
|
||||||
error(
|
error(
|
||||||
a.style("viv manage update", "bold")
|
a.style("viv manage update", "bold")
|
||||||
|
|
Loading…
Reference in a new issue