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 be5ad5d commit 38d696bCopy full SHA for 38d696b
PyFunceble/dataset/base.py
@@ -142,4 +142,4 @@ def get_content(self) -> Optional[dict]:
142
143
setattr(PyFunceble.storage, self.STORAGE_INDEX, content)
144
145
- return content
+ return content or {}
0 commit comments