##// END OF EJS Templates
vfsproxy: inherit the `createmode` attribute too...
marmoute -
r51347:d1d458fb stable
parent child Browse files
Show More
@@ -599,6 +599,10 b' class proxyvfs(abstractvfs):'
599 599 def __init__(self, vfs: "vfs"):
600 600 self.vfs = vfs
601 601
602 @property
603 def createmode(self):
604 return self.vfs.createmode
605
602 606 def _auditpath(self, path, mode):
603 607 return self.vfs._auditpath(path, mode)
604 608
General Comments 0
You need to be logged in to leave comments. Login now