From fb1cb67810c821c70331ba8f888a7def90de4d3d Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 7 Aug 2026 09:37:45 +0000 Subject: [PATCH] ruff FURB177 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ad4efc0..a83175a2 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def build_libsecp256k1(): cache_path = home.joinpath('.cache', 'mmgen') src_path = home.joinpath('.cache', 'mmgen', 'secp256k1') lib_file = src_path.joinpath('.libs', 'libsecp256k1.dll.a') - root = Path().resolve().anchor + root = Path().cwd().anchor installed_lib_file = Path(root, 'msys64', 'ucrt64', 'lib', 'libsecp256k1.dll.a') if installed_lib_file.exists():