mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -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,
|
||||
)
|
||||
|
||||
__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")
|
||||
|
|
Loading…
Reference in a new issue