From 37a0df292b3af329c62249ef19be2f83225efacd Mon Sep 17 00:00:00 2001 From: Nose Date: Mon, 12 Jan 2026 14:22:01 -0800 Subject: [PATCH] f --- scripts/hydrusnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hydrusnetwork.py b/scripts/hydrusnetwork.py index 1dd61d2..fc3b5f2 100644 --- a/scripts/hydrusnetwork.py +++ b/scripts/hydrusnetwork.py @@ -813,7 +813,7 @@ def main(argv: Optional[list[str]] = None) -> int: print("--------------------") # Ask for root path - default_root = Path.home() + default_root = Path.cwd() try: root_input = input(f"Enter root directory for Hydrus installation [default: {default_root}]: ").strip() if root_input: