aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snekbox/memfs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/snekbox/memfs.py b/snekbox/memfs.py
index 7937a14..d02c029 100644
--- a/snekbox/memfs.py
+++ b/snekbox/memfs.py
@@ -147,5 +147,6 @@ class MemFS:
res = sorted(self.files(limit, pattern), key=lambda f: f.path)
if preload_dict:
for file in res:
+ # Loads the cached property as attribute
_ = file.as_dict
return res