We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ad073 commit 80210b3Copy full SHA for 80210b3
1 file changed
src/satosa/internal.py
@@ -35,7 +35,7 @@ def __setattr__(self, key, value):
35
36
def __getattr__(self, key):
37
if key == "data":
38
- return self.data
+ return super().data
39
40
try:
41
value = self.__getitem__(key)
0 commit comments