From 9febe97a848c3b534ea4b3229f2a6474b0a2610f Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:13:59 +0100 Subject: [PATCH] 3.12 tests --- tests/helper/my_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helper/my_path.py b/tests/helper/my_path.py index d189d12..7e584c1 100644 --- a/tests/helper/my_path.py +++ b/tests/helper/my_path.py @@ -34,7 +34,7 @@ def __new__(cls, *args, **kwargs): else: def __init__(self, *args, does_exist: bool = True, initial_value: Optional[str] = None, **kwargs): - super().__init__() + super().__init__(*args) # Own Path implementation self.does_exist: bool = does_exist self.contents = None