tests on dash
This commit is contained in:
@@ -43,6 +43,9 @@ def _load_env_defaults() -> None:
|
||||
_load_env_file(Path.cwd() / f".env.{machine}")
|
||||
_load_env_file(Path.cwd() / ".env")
|
||||
_load_env_file(Path.home() / ".config" / "meshnet" / "secrets.env")
|
||||
for path in os.environ.get("PYTHONPATH", "").split(os.pathsep):
|
||||
if path and path not in sys.path:
|
||||
sys.path.insert(0, path)
|
||||
|
||||
|
||||
def _run_node(cfg: dict) -> None:
|
||||
|
||||
Reference in New Issue
Block a user