Skip to content

Commit

Permalink
Changed file entry type to public attribute log2timeline#52
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Feb 18, 2018
1 parent 123886a commit 80a6570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfvfs/vfs/vfs_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80a6570

Please sign in to comment.