diff --git a/dfvfs/vfs/vfs_stat.py b/dfvfs/vfs/vfs_stat.py index e77a9837..b6a8fe2f 100644 --- a/dfvfs/vfs/vfs_stat.py +++ b/dfvfs/vfs/vfs_stat.py @@ -41,7 +41,7 @@ def __init__(self): self.gid = None # File entry type stat information. - self.entry_type = None + self.type = None # Other stat information. # self.ino = None