We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232ebd8 commit fa5958eCopy full SHA for fa5958e
src/idpyoidc/configure.py
@@ -95,7 +95,7 @@ def __init__(self,
95
):
96
dict.__init__(self)
97
if file_attributes is None:
98
- self.file_attributes = DEFAULT_FILE_ATTRIBUTE_NAMES
+ self._file_attributes = DEFAULT_FILE_ATTRIBUTE_NAMES
99
if dir_attributes is None:
100
self._dir_attributes = DEFAULT_DIR_ATTRIBUTE_NAMES
101
0 commit comments