mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
fix: remove non-arg
This commit is contained in:
parent
505e79f718
commit
6b48e8c5f1
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ from typing import (
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
|
|
||||||
__version__ = "23.8a3-7-g560871e-dev"
|
__version__ = "23.8a3-10-g505e79f-dev"
|
||||||
|
|
||||||
|
|
||||||
class Spinner:
|
class Spinner:
|
||||||
|
@ -1478,7 +1478,7 @@ class Viv:
|
||||||
elif path:
|
elif path:
|
||||||
sys.stdout.write(f"{vivenv.path.absolute()}\n")
|
sys.stdout.write(f"{vivenv.path.absolute()}\n")
|
||||||
else:
|
else:
|
||||||
vivenv.tree(size=size)
|
vivenv.tree()
|
||||||
|
|
||||||
def _install_local_src(self, sha256: str, src: Path, cli: Path, yes: bool) -> None:
|
def _install_local_src(self, sha256: str, src: Path, cli: Path, yes: bool) -> None:
|
||||||
log.info("updating local source copy of viv")
|
log.info("updating local source copy of viv")
|
||||||
|
|
Loading…
Reference in a new issue