From fa1b1540d9706c67a3e23810edf9ae94955275f1 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Thu, 25 Dec 2025 10:06:48 -0500 Subject: [PATCH] fix: changed typo that could lead to undefined err --- anodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anodes.py b/anodes.py index b8bc352..2ab7425 100644 --- a/anodes.py +++ b/anodes.py @@ -28,7 +28,7 @@ class ControlNode: PurePath(str(__user_path), ".local", "share") ) - def __init__(self, ansible__proj_root: ExecutedPath | None): + def __init__(self, ansible_proj_root: ExecutedPath | None): if ansible_root is not None: self.__proj_root = ansible_proj_root