This commit is contained in:
Daylin Morgan 2023-05-26 18:10:36 -05:00
parent 03b75ec2d3
commit 72ae9e47e2
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -49,10 +49,9 @@ from typing import (
TextIO,
Tuple,
Type,
Union,
)
__version__ = "22.12a3-61-g43e5bde-dev"
__version__ = "22.12a3-62-g03b75ec-dev"
@dataclass
@ -880,7 +879,7 @@ class Viv:
)
def _get_sources(self) -> None:
self.local_source: Union[Path, str]
self.local_source: Path | str
self.running_source = Path(__file__).resolve()
self.local = not str(self.running_source).startswith("/proc/")
if self.local: