Skip to content

Commit 2f204ba

Browse files
author
dzsekijo
committed
fix bug in previous commit
1 parent ffcddd0 commit 2f204ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fuse.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ def __init__(self, **kw):
390390
self.st_mtime = None
391391
self.st_ctime = None
392392

393+
FuseStruct.__init__(self, **kw)
394+
393395

394396
class StatVfs(FuseStruct):
395397
"""

0 commit comments

Comments
 (0)